Update the 101% table height to use a fixed scrollbar via CSS (#28)
[timetracker.git] / default.css
index 611d425..b1b7ec3 100644 (file)
@@ -33,6 +33,10 @@ a:visited { text-decoration: none; }
 
 a:hover { text-decoration: underline; }
 
+html {
+  overflow-y: scroll;
+}
+
 body {
   font-size: 10pt;
   font-family: verdana;