changeset 40:832c043dfd47

Removed the scrollbar from appearing. This fixes some dynamic layout issues, too, as the client area can no longer change due to a scrollbar appearing. Unfortunately, while it's still possible to scroll the page using the up/down arrow keys, it's not possible to use the mousewheel. This should be fixable by manually trapping the mousewheel events with e.g. a JQuery mousewheel plugin: http://www.ogonek.net/mousewheel/jQuery_mousewheel_plugin.js
author Atul Varma <varmaa@toolness.com>
date Thu, 15 May 2008 02:56:45 -0700
parents f346d0d99f78
children ee7175b1f6be
files gnusto.css
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gnusto.css	Thu May 15 02:11:25 2008 -0700
+++ b/gnusto.css	Thu May 15 02:56:45 2008 -0700
@@ -1,6 +1,7 @@
 body {
     font-family: palatino, georgia, verdana, arial, sans-serif;
     text-align: center;
+    overflow: hidden;
 }
 
 #top-window {