From 2e9958933653252ff29e32bfb2001723881e5f9e Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Fri, 4 Sep 2015 22:21:10 +0000 Subject: [PATCH] admin: fix jumpyness when a modal is shown (move overflow-y to body; make the navbar not fixed to top) --- management/templates/index.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/management/templates/index.html b/management/templates/index.html index 33454a3b..3714be82 100644 --- a/management/templates/index.html +++ b/management/templates/index.html @@ -14,12 +14,8 @@ @import url(https://fonts.googleapis.com/css?family=Raleway:400,700); @import url(https://fonts.googleapis.com/css?family=Ubuntu:300); - html { + body { overflow-y: scroll; - } - - body { - padding-top: 50px; padding-bottom: 20px; } @@ -78,7 +74,7 @@ -