mirror of
https://github.com/nextcloud/server.git
synced 2026-05-25 02:34:12 -04:00
Fix sticky header on users list
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
029aa8e9c0
commit
b9d273bdac
1 changed files with 3 additions and 3 deletions
|
|
@ -1443,7 +1443,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
|
|||
align-self: normal;
|
||||
background-color: var(--color-main-background);
|
||||
z-index: 55; /* above multiselect */
|
||||
top: 0;
|
||||
top: $header-height;
|
||||
&.sticky {
|
||||
box-shadow: 0 -2px 10px 1px var(--color-box-shadow);
|
||||
}
|
||||
|
|
@ -1456,9 +1456,9 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
|
|||
z-index: 0;
|
||||
}
|
||||
}
|
||||
// separate prop to set initial value to top:0
|
||||
// separate prop to set initial value to top: 50px
|
||||
&#new-user {
|
||||
top: $grid-row-height;
|
||||
top: $header-height + $grid-row-height;
|
||||
}
|
||||
&#grid-header {
|
||||
color: var(--color-text-maxcontrast);
|
||||
|
|
|
|||
Loading…
Reference in a new issue