Fix position sticky declaration

Before the generated css was: "position: 'sticky'", now it is
position: sticky. Firefox considered the old value has invalid.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
pull/30955/head
Carl Schwan 2022-02-01 11:30:43 +07:00
parent d635d58d19
commit 16fc9eb9cc
1 changed files with 1 additions and 1 deletions

@ -1556,7 +1556,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
/* various */
&#grid-header {
@include position('sticky');
position: sticky;
align-self: normal;
background-color: var(--color-main-background);
z-index: 100; /* above multiselect */