diff options
author | Noah Loomans <noahloomans@gmail.com> | 2016-12-21 12:04:23 +0100 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2016-12-21 12:04:23 +0100 |
commit | f9ce970f78d6527606a5a1d0b3fba899f9aea9ed (patch) | |
tree | 6e5c13d3ceb4b8b36d28d38c020ba8b42169e054 /public | |
parent | f44e11585c191ba7664c53d393e7892ab1847324 (diff) |
always show scrollbar
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; } |