From b86a04a1ec9364ddebad87c9f03319d5f1f10160 Mon Sep 17 00:00:00 2001 From: Alexander Agnarson Date: Tue, 24 Mar 2020 11:58:07 +0100 Subject: [PATCH] Chrome overflow fix --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 0858aa8..a96b70b 100644 --- a/style.css +++ b/style.css @@ -339,7 +339,7 @@ h1, h2, h3, h4, h5, h6 { color: #444; font-weight: 600; -ms-word-wrap: break-wor #wrapper { min-width: 1024px; height: 100%; } .container { position: relative; margin: 0 auto; max-width: 1460px; } .main { position: relative; } -.main-inner { position: relative; min-height: 600px; /* instead of sticky footer */ } +.main-inner { position: relative; overflow-x: hidden; /* Chrome fix */ min-height: 600px; /* instead of sticky footer */ } .content { width: 100%; position: relative; } .content-container { margin: 0 auto; max-width: 780px; } .pad { padding: 30px 30px 20px; }