Chrome overflow fix

This commit is contained in:
Alexander Agnarson 2020-03-24 11:58:19 +01:00
parent 71a7741757
commit 126c4e328e

View file

@ -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; }