summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-12-10 01:58:19 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-01-10 10:17:19 +0100
commitd95cab632b167c597c10da59d3b44715a9e6c2b4 (patch)
tree07565ac0fa97c529c0d347ed39126d6bcf3bd99a /core
parent3ae17d0785e27528ce221e9c906df3127daa35fa (diff)
downloadnextcloud-server-d95cab632b167c597c10da59d3b44715a9e6c2b4.tar.gz
nextcloud-server-d95cab632b167c597c10da59d3b44715a9e6c2b4.zip
Extend margin to avoid displaying a scrollbar
Diffstat (limited to 'core')
-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 df014567087..ea98fbadb6f 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -671,7 +671,7 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
/* Apps management as sticky footer, less obtrusive in the list */
#navigation .wrapper {
min-height: 100%;
- margin: 0 auto -72px;
+ margin: 0 auto -82px 0;
}
#apps-management, #navigation .push {
height: 72px;