aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/css/common/footer.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/common/footer.css')
-rw-r--r--css/common/footer.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/css/common/footer.css b/css/common/footer.css
index 417b3d9..d3c3884 100644
--- a/css/common/footer.css
+++ b/css/common/footer.css
@@ -6,6 +6,13 @@ html, body {
height: 100%;
width: 100%;
display: table;
+
+ /*
+ Without this property, scrollbars inside <pre> elements don't work if
+ display's width is less than 750px.
+ God, I hate CSS.
+ */
+ table-layout: fixed;
}
.footer-wrapper-collapse {
display: table-row;