mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 05:53:39 -04:00
Longer modals are now scrollable.
This commit is contained in:
parent
6208e8e324
commit
deb3ddeece
2 changed files with 8 additions and 8 deletions
app/styles
|
@ -1,16 +1,12 @@
|
|||
@import "bootstrap/variables"
|
||||
@import "bootstrap/mixins"
|
||||
|
||||
::-webkit-scrollbar
|
||||
display: none
|
||||
|
||||
html
|
||||
background-color: #2f261d
|
||||
|
||||
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
|
||||
|
@ -171,7 +167,7 @@ a[data-toggle="modal"]
|
|||
width: 100%
|
||||
|
||||
.modal
|
||||
overflow: hidden !important
|
||||
overflow-y: auto !important
|
||||
.wait
|
||||
h3
|
||||
text-align: center
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
@import "app/styles/bootstrap/mixins"
|
||||
@import "app/styles/mixins"
|
||||
|
||||
#level-loading-view
|
||||
overflow-x: hidden
|
||||
|
||||
|
||||
#level-view
|
||||
margin: 0 auto
|
||||
@include user-select(none)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue