From 54fbb62f1bcc393792b6f19e376be698ca1980ee Mon Sep 17 00:00:00 2001 From: Heiner Schmeling Date: Sun, 16 Jan 2011 21:30:21 +0100 Subject: [PATCH] Make scrollbar always visible. --- www/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/static/css/style.css b/www/static/css/style.css index 9896bfab..a2660d98 100644 --- a/www/static/css/style.css +++ b/www/static/css/style.css @@ -17,7 +17,7 @@ div.fixed { margin: 0em; padding: 0em; } - +html { overflow-y: scroll } body { font-family: "Verdana", "Deja-Vu Sans", "Bitstream Vera Sans", sans-serif; font-size: 0.9em; -- 2.47.3