projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
857ed81
)
Improve scrolling in the console
author
David Vazquez
<davazp@gmail.com>
Mon, 24 Dec 2012 02:05:24 +0000
(
02:05
+0000)
committer
David Vazquez
<davazp@gmail.com>
Mon, 24 Dec 2012 02:05:24 +0000
(
02:05
+0000)
lispstrack.html
patch
|
blob
|
history
diff --git
a/lispstrack.html
b/lispstrack.html
index
5fd8256
..
f711d91
100644
(file)
--- a/
lispstrack.html
+++ b/
lispstrack.html
@@
-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. */