Merge pull request #30955 from nextcloud/fix/sticky-position

Fix position sticky declaration
This commit is contained in:
Carl Schwan 2022-02-03 21:35:36 +01:00 committed by GitHub
commit 94b79c25f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 */