mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
Fixed issue with two scroll bars appearing.
This commit is contained in:
parent
83bfc28a9e
commit
84db5289f9
1 changed files with 3 additions and 1 deletions
|
@ -8,6 +8,9 @@ html, body
|
|||
// For level loading view wings
|
||||
overflow-x: hidden
|
||||
|
||||
body
|
||||
overflow: hidden
|
||||
|
||||
// https://github.com/twbs/bootstrap/issues/9237 -- need a version that's not !important
|
||||
.secret
|
||||
display: none
|
||||
|
@ -48,7 +51,6 @@ h1 h2 h3 h4
|
|||
margin: 0 auto
|
||||
|
||||
.footer
|
||||
height: 75px
|
||||
border-top: 1px solid black
|
||||
background-color: #2f261d
|
||||
p
|
||||
|
|
Loading…
Reference in a new issue