From 141b0d38a6a4f38c89fc262fd6ff93b84bab2b41 Mon Sep 17 00:00:00 2001 From: Ben Schulz Date: Sat, 3 Oct 2015 12:18:19 +0200 Subject: [PATCH] Add space for scrolling (fixes #2351) Add space at bottom for scrolling on small resolutions --- gui/assets/css/overrides.css | 9 +++++---- gui/index.html | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/gui/assets/css/overrides.css b/gui/assets/css/overrides.css index abfbbb7ea..2955ea7b9 100644 --- a/gui/assets/css/overrides.css +++ b/gui/assets/css/overrides.css @@ -21,6 +21,10 @@ ul+h5 { margin-top: 1.5em; } +#content { + margin-bottom: 50px; +} + .panel-progress { background: #3498db; height: 3px; @@ -64,6 +68,7 @@ identicon { .popover { max-width: none; + min-width: 250px; } .panel-heading .fa, .modal-header .fa { @@ -249,7 +254,3 @@ ul.three-columns li, ul.two-columns li { position: static; } } - -.popover { - min-width: 250px; -} diff --git a/gui/index.html b/gui/index.html index d3bbf2d58..9ded687e8 100755 --- a/gui/index.html +++ b/gui/index.html @@ -70,7 +70,7 @@ -
+