mirror of
https://ghproxy.net/https://github.com/AlxMedia/magaziner.git
synced 2025-08-27 14:52:28 +08:00
Chrome overflow fix
This commit is contained in:
parent
71a7741757
commit
126c4e328e
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue