From 14617bd5086f3503d3569da296f2f425b1b125e3 Mon Sep 17 00:00:00 2001 From: "max.mehl" Date: Tue, 19 Mar 2019 16:18:37 +0100 Subject: [PATCH] fix scrollbar hack to wrk with top and bottom page borders --- static/css/custom.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/css/custom.css b/static/css/custom.css index c4b2cc8..e213fb5 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -22,11 +22,10 @@ div.container h1 { /* Avoid scrollbar jumps in centering * see https://css-tricks.com/eliminate-jumps-in-horizontal-centering-by-forcing-a-scroll-bar/ */ -html { +div#wrap { margin-left: calc(100vw - 100%); } - div.avatar img { max-height: 190px; }