.is-fixed now sticky with spacing for gin toolbar
This commit is contained in:
parent
a3bea01f1a
commit
952aeedba6
1 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,8 @@
|
|||
// Fixed container
|
||||
|
||||
.is-fixed {
|
||||
position: fixed;
|
||||
top: var(--drupal-displace-offset-top, 0px);
|
||||
position: sticky;
|
||||
top: var(--gin-toolbar-height, 0px);
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: +400;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue