mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 22:27:31 -04:00
Merge pull request #30955 from nextcloud/fix/sticky-position
Fix position sticky declaration
This commit is contained in:
commit
94b79c25f4
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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue