mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fixup! Sticky header in users list
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
0bac32a410
commit
35144a72ad
1 changed files with 2 additions and 1 deletions
|
|
@ -550,7 +550,8 @@ span.usersLastLoginTooltip {
|
|||
.groupsListContainer.hidden {
|
||||
display: none;
|
||||
}
|
||||
thead th {
|
||||
thead th,
|
||||
thead tr {
|
||||
z-index: 100;
|
||||
background-color: $color-main-background;
|
||||
position: sticky;
|
||||
|
|
|
|||
Loading…
Reference in a new issue