summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorGretaD <gretadoci@gmail.com>2020-01-15 17:52:27 +0100
committerBackportbot <backportbot-noreply@rullzer.com>2020-01-24 09:09:16 +0000
commit8ffe43c574e7d59bc2c37ed1b5dd545ec67ccd66 (patch)
tree5fb9ba9649259c3a1f45335ccde1b1b0630c3390 /apps
parentc9d852ade23e8cf61feae355215c4c150f7d0c99 (diff)
downloadnextcloud-server-8ffe43c574e7d59bc2c37ed1b5dd545ec67ccd66.tar.gz
nextcloud-server-8ffe43c574e7d59bc2c37ed1b5dd545ec67ccd66.zip
fix multiselect actions for files
Signed-off-by: GretaD <gretadoci@gmail.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/files/css/files.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss
index 49ccf87dc11..1c7b1183628 100644
--- a/apps/files/css/files.scss
+++ b/apps/files/css/files.scss
@@ -309,7 +309,7 @@ table.multiselect thead th {
}
table.multiselect #headerName {
- position: relative;
+ position: sticky;
width: 9999px; /* when we use 100%, the styling breaks on mobile … table styling */
}
table.multiselect #modified {