From 50c1dbeb3af0a0849202ef765c7be2771307856d Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 1 Jul 2017 02:57:35 +0300 Subject: css: update common/ Merge css/common/*.css from cpp-notes (my other project). It includes things like horizontal scrollbars inside
s, lighter
background inside 
 and , etc.
---
 css/common/footer.css | 7 +++++++
 1 file changed, 7 insertions(+)

(limited to 'css/common/footer.css')

diff --git a/css/common/footer.css b/css/common/footer.css
index 417b3d9..1e05c57 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 
 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;
-- 
cgit v1.2.3