summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-09-15 23:56:31 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-09-16 09:49:39 +0200
commit475603eeb705d0afe872c4f32f6edf9156a89035 (patch)
tree10140ce481d2288f30cce6b1239db1d9ef40e55b /apps
parentafc7eeacaffac3034f34c880597f6655ce1bfc25 (diff)
downloadnextcloud-server-475603eeb705d0afe872c4f32f6edf9156a89035.tar.gz
nextcloud-server-475603eeb705d0afe872c4f32f6edf9156a89035.zip
fix new menu not showing on mobile, fix #18879
Diffstat (limited to 'apps')
-rw-r--r--apps/files/css/files.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 65666826487..df23f415129 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -729,6 +729,7 @@ table.dragshadow td.size {
width: 140px;
margin-left: -56px;
margin-top: 25px;
+ z-index: 1001;
}
.newFileMenu .menuitem {