summaryrefslogtreecommitdiffstats
path: root/core/css/mobile.css
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-08-26 19:18:15 +0200
committerMorris Jobke <hey@morrisjobke.de>2014-08-31 17:42:54 +0200
commitc9012be0b6d737e27fe52b2096e7bece206763f6 (patch)
tree2bacd5a10471479a032454f098a76b5c9daa8a35 /core/css/mobile.css
parent4024960a0ec1dbb6a3496e24b1387c6fa260a293 (diff)
downloadnextcloud-server-c9012be0b6d737e27fe52b2096e7bece206763f6.tar.gz
nextcloud-server-c9012be0b6d737e27fe52b2096e7bece206763f6.zip
Add app utilities - CSS menus for sidebar
* has-menu, has-count * use active for has-menu to show it * use open for action popup to show up * inactive buttons have less opacity * borders for edit input * use z-index for app content on mobile to prevent navigation items from sticking out
Diffstat (limited to 'core/css/mobile.css')
-rw-r--r--core/css/mobile.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/css/mobile.css b/core/css/mobile.css
index 0310b0228e2..a98547596b2 100644
--- a/core/css/mobile.css
+++ b/core/css/mobile.css
@@ -90,7 +90,9 @@
left: 0 !important;
background-color: #fff;
overflow-x: hidden !important;
+ z-index: 1000;
}
+
/* allow horizontal scrollbar in settings
otherwise user management is not usable on mobile */
#body-settings #app-content {