Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGretaD <gretadoci@gmail.com>2020-01-15 19:52:27 +0300
committerGretaD <gretadoci@gmail.com>2020-01-15 19:52:27 +0300
commit674da6ea3cd1855deb9748b6d1b4baf1d7712861 (patch)
treeff1d41e3d385ef6f581a1e33ce3c7576ffca91bf /apps/files/css
parent8d1980339d5f0593cc021ccb8fa16822713ae1d4 (diff)
fix multiselect actions for files
Signed-off-by: GretaD <gretadoci@gmail.com>
Diffstat (limited to 'apps/files/css')
-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 {