Improve scrolling in the console
authorDavid Vazquez <davazp@gmail.com>
Mon, 24 Dec 2012 02:05:24 +0000 (02:05 +0000)
committerDavid Vazquez <davazp@gmail.com>
Mon, 24 Dec 2012 02:05:24 +0000 (02:05 +0000)
lispstrack.html

index 5fd8256..f711d91 100644 (file)
@@ -3,12 +3,13 @@
   <head>
     <style>
      /* The console container element */
-    body { background-color: black; font-size: 16px; font-family: Courier; }
-
+    body { background-color: black; font-size: 16px; font-family: Courier; overflow: hidden; padding: 0 0 0 0;}
     #console {
       position: absolute;
-      width: 100%;
-      height: 100%;
+      top: 0px;
+      bottom: 0px;
+      left: 0px;
+      right: 0px;
       background-color:black;
     }
     /* The inner console element. */