summary refs log tree commit diff
path: root/browset.css
diff options
context:
space:
mode:
Diffstat (limited to 'browset.css')
-rw-r--r--browset.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/browset.css b/browset.css
index c729e54..f738943 100644
--- a/browset.css
+++ b/browset.css
@@ -26,3 +26,11 @@ Preformatted {
 Preformatted > Static {
 		width: auto;
 }
+HighlightedCode {
+	overflow: auto;
+	max-height: 100%;
+}
+HighlightedCode > * {
+	width: auto;
+	height: auto;
+}