diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-02-27 21:28:16 +0100 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2018-02-28 11:17:39 +0100 |
commit | 35144a72adf79152c7a3420cc9c671728e8ec31c (patch) | |
tree | 5ada14648b02f18c11cb95e663a26df98fe6a48e /settings | |
parent | 0bac32a410a83b5edca65c7cfad63b2e98a7f01a (diff) | |
download | nextcloud-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.scss | 3 |
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; |