summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2011-07-22 00:43:35 +0200
committerRobin Appelman <icewind1991@gmail.com>2011-07-22 00:43:35 +0200
commit9be2dc8290eac4849c8663e2f8eefa3b8882c4fa (patch)
treed25aff2a5f98721cff32dc4e4c417322c7d909e6 /core/css
parent9950f06c5925d3ae30916a50e0433104fcec4693 (diff)
downloadnextcloud-server-9be2dc8290eac4849c8663e2f8eefa3b8882c4fa.tar.gz
nextcloud-server-9be2dc8290eac4849c8663e2f8eefa3b8882c4fa.zip
show fixed filecontrols over the filelist that can scroll underneath it
Diffstat (limited to 'core/css')
-rw-r--r--core/css/styles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 2bc29882250..b48092a9c07 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -20,7 +20,7 @@ form input[type="button"], form input[type="text"] { font-size: 0.9em; }
fieldset { padding:1em; background-color:#f7f7f7; border:1px solid #ddd; max-width:600px; margin:2em 2em 2em 3em; }
legend { padding: 0.5em; font-size:1.2em; }
-div.controls { width:100%; margin:0px; background-color:#f7f7f7; border-bottom:1px solid #eee; position:fixed }
+div.controls { width:100%; margin:0px; background-color:#f7f7f7; border-bottom:1px solid #eee; position:fixed; z-index:100 }
/* LOG IN & INSTALLATION ------------------------------------------------------------ */
#body-login { width:100%; background-image:none; background-color:#ddd; }