summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-02-27 21:24:59 +0100
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2018-02-28 11:17:39 +0100
commit0bac32a410a83b5edca65c7cfad63b2e98a7f01a (patch)
treebd89a9db59b931bd07f6e687d7799606a4d8e25d /settings
parent907234fde289debed7aa01f589b4811ef187f5a3 (diff)
downloadnextcloud-server-0bac32a410a83b5edca65c7cfad63b2e98a7f01a.tar.gz
nextcloud-server-0bac32a410a83b5edca65c7cfad63b2e98a7f01a.zip
Sticky header in users list
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'settings')
-rw-r--r--settings/css/settings.scss9
1 files changed, 8 insertions, 1 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss
index 8a64c4ca6e3..f4ed81b37d6 100644
--- a/settings/css/settings.scss
+++ b/settings/css/settings.scss
@@ -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 {