summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-02-27 21:28:16 +0100
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2018-02-28 11:17:39 +0100
commit35144a72adf79152c7a3420cc9c671728e8ec31c (patch)
tree5ada14648b02f18c11cb95e663a26df98fe6a48e /settings
parent0bac32a410a83b5edca65c7cfad63b2e98a7f01a (diff)
downloadnextcloud-server-35144a72adf79152c7a3420cc9c671728e8ec31c.tar.gz
nextcloud-server-35144a72adf79152c7a3420cc9c671728e8ec31c.zip
fixup! Sticky header in users list
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'settings')
-rw-r--r--settings/css/settings.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss
index f4ed81b37d6..ec7dbd84780 100644
--- a/settings/css/settings.scss
+++ b/settings/css/settings.scss
@@ -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;