diff options
author | Marin Treselj <marin@pixelipo.com> | 2017-12-19 15:09:09 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-12-20 13:48:09 +0100 |
commit | eebc70cf1eaed59522859a56fddc0406ab336adb (patch) | |
tree | f38933c3fc3312d6f06c01bd394f788d274edf4c /apps/files/css | |
parent | 228ca16bea8a39d50c0085d04396713763cdb288 (diff) | |
download | nextcloud-server-eebc70cf1eaed59522859a56fddc0406ab336adb.tar.gz nextcloud-server-eebc70cf1eaed59522859a56fddc0406ab336adb.zip |
Make contorls stick to the top when scrolling
Signed-off-by: Marin Treselj <marin@pixelipo.com>
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/files.scss | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index a8dede66310..5a5a3a5d30b 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -48,10 +48,6 @@ width: 100%; } -#filestable.has-controls { - top: 44px; -} - #filestable tbody tr { height: 51px; } |