.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
|
// Fixed container
|
||||||
|
|
||||||
.is-fixed {
|
.is-fixed {
|
||||||
position: fixed;
|
position: sticky;
|
||||||
top: var(--drupal-displace-offset-top, 0px);
|
top: var(--gin-toolbar-height, 0px);
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
z-index: +400;
|
z-index: +400;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue