diff --git a/app/styles/base.sass b/app/styles/base.sass index 22f50b398..909ac02df 100644 --- a/app/styles/base.sass +++ b/app/styles/base.sass @@ -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 diff --git a/app/styles/play/level.sass b/app/styles/play/level.sass index d051e9f43..51a982544 100644 --- a/app/styles/play/level.sass +++ b/app/styles/play/level.sass @@ -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)