@@ 4,9 4,12 @@
<title>Coffeepaste</title>
<link rel="stylesheet" href="/vendor/highlight.css">
<style>
-html, body, #container, #line-nums {
+html, body, #container, #container pre {
height: 100%;
}
+#line-nums {
+ min-height: 100%;
+}
body, .hljs {
background: #121212;
color: #f5f2e0;