Extend margin to avoid displaying a scrollbar

This commit is contained in:
Joas Schilling 2013-12-10 01:58:19 +01:00
parent 3ae17d0785
commit d95cab632b
1 changed files with 1 additions and 1 deletions

View File

@ -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;