diff --git a/css/glowingbear.css b/css/glowingbear.css index d013eee..1902717 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -1,3 +1,5 @@ +html { +} body { color: white; background-color: #222; @@ -6,10 +8,14 @@ body { padding-bottom:70px; padding-top: 70px; } +.content { + height: 100%; + min-height: 100%; + display: block; +} .bufferlines { font-family: monospace; - overflow: scroll-y; - height: 100%; + overflow-y: auto; } .navbar-fixed-bottom { diff --git a/index.html b/index.html index 051a724..a750669 100644 --- a/index.html +++ b/index.html @@ -69,7 +69,7 @@ $ openssl req -nodes -newkey rsa:2048 -keyout relay.pem -x509 -days 365 -out rel -
+