diff options
author | Raghu Nayyar <me@iraghu.com> | 2013-11-25 08:10:57 -0800 |
---|---|---|
committer | Raghu Nayyar <me@iraghu.com> | 2013-11-25 08:10:57 -0800 |
commit | a5bfa6b1c3437090f6fca2e616e982d9f06ea866 (patch) | |
tree | fd67c19227168baf4026fa27551d28c5ac8a9254 | |
parent | 019f3299b0138e8cad3c66c9199a5548aa457773 (diff) | |
parent | 4dc35909b5ae83d1dd8af9b930658e1e1662e024 (diff) | |
download | nextcloud-server-a5bfa6b1c3437090f6fca2e616e982d9f06ea866.tar.gz nextcloud-server-a5bfa6b1c3437090f6fca2e616e982d9f06ea866.zip |
Merge pull request #6040 from owncloud/fix-navbar-css
Fix navbar issue
-rw-r--r-- | core/css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 938b522a90f..5c0aa1fedc2 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -561,7 +561,7 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; } /* NAVIGATION ------------------------------------------------------------- */ #navigation { - position: absolute; + position: fixed; top: 0; bottom: 0; left: 0; |