mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
fix sticky header with browser control warning (#6997)
Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
parent
0d6d999e62
commit
1e0ff12c60
|
@ -1564,6 +1564,12 @@ table.unit_tests {
|
|||
padding-top: 50px;
|
||||
}
|
||||
|
||||
/* Give more padding if browser control warning is present */
|
||||
.sticky:has(.browser-control-warning) + .not_sticky,
|
||||
.sticky_full_width:has(.browser-control-warning) + .not_sticky {
|
||||
padding-top: 75px;
|
||||
}
|
||||
|
||||
.sticky_full_width + .not_sticky {
|
||||
padding-top: 50px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user