Sticky header in users list
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
907234fde2
commit
0bac32a410
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue