.is-fixed now sticky with spacing for gin toolbar

This commit is contained in:
dave onion 2025-12-17 15:51:47 -05:00
parent a3bea01f1a
commit 952aeedba6

View file

@ -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;