From f9ce970f78d6527606a5a1d0b3fba899f9aea9ed Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Wed, 21 Dec 2016 12:04:23 +0100 Subject: always show scrollbar --- public/stylesheets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 11bec66..8468f3e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -226,6 +226,10 @@ ul a { display: none; } +body:not(.no-input) { + overflow-y: scroll; +} + body.no-input #week-selector { display: none; } -- cgit v1.1