mirror of
https://ghproxy.net/https://github.com/AlxMedia/featureon.git
synced 2025-08-26 05:49:06 +08:00
Chrome overflow fix
This commit is contained in:
parent
c1dc8c9ba8
commit
b86a04a1ec
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue