From 126c4e328e9478e8371b5163730496a40e6929d7 Mon Sep 17 00:00:00 2001 From: Alexander Agnarson Date: Tue, 24 Mar 2020 11:58:19 +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 482af1a..98ec975 100644 --- a/style.css +++ b/style.css @@ -360,7 +360,7 @@ h1, h2, h3, h4, h5, h6 { color: #333; font-weight: 600; -ms-word-wrap: break-wor .container { position: relative; margin: 0 auto; max-width: 1680px; } #page .container { } .main { position: relative; } -.main-inner { position: relative; min-height: 1100px; /* instead of sticky footer */ } +.main-inner { position: relative; overflow-x: hidden; /* Chrome fix */ min-height: 1100px; /* instead of sticky footer */ } .content { width: 100%; position: relative; min-height: 800px; } .content-inner, .page-title-inner { margin: 0 auto; }