Sticky header in users list

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-02-27 21:24:59 +01:00 committed by Daniel Calviño Sánchez
parent 907234fde2
commit 0bac32a410
1 changed files with 8 additions and 1 deletions

View File

@ -538,7 +538,7 @@ span.usersLastLoginTooltip {
color: #000;
}
tr {
height: 51px;
height: 50px;
}
.mailAddress .loading-small {
width: 16px;
@ -550,6 +550,13 @@ span.usersLastLoginTooltip {
.groupsListContainer.hidden {
display: none;
}
thead th {
z-index: 100;
background-color: $color-main-background;
position: sticky;
// positional attribute is required for position to take affect.
top: 0;
}
}
#newuser {