Use default scrollbar for pages
This commit is contained in:
parent
944b6b743f
commit
902c39ffb1
2 changed files with 4 additions and 4 deletions
app
|
@ -100,10 +100,10 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body class="nano clearfix" onload="onLoad();">
|
<body class="clearfix" onload="onLoad();">
|
||||||
<div id="fb-root"></div>
|
<div id="fb-root"></div>
|
||||||
|
|
||||||
<div id="page-container" class="nano-content">
|
<div id="page-container">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="modal-wrapper" class="modal-content hide"></div>
|
<div id="modal-wrapper" class="modal-content hide"></div>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
@import "app/styles/bootstrap/variables"
|
@import "app/styles/bootstrap/variables"
|
||||||
@import "app/styles/mixins"
|
@import "app/styles/mixins"
|
||||||
|
|
||||||
body
|
#page-container
|
||||||
position: absolute !important
|
overflow: hidden
|
||||||
|
|
||||||
// https://github.com/twbs/bootstrap/issues/9237 -- need a version that's not !important
|
// https://github.com/twbs/bootstrap/issues/9237 -- need a version that's not !important
|
||||||
.secret
|
.secret
|
||||||
|
|
Reference in a new issue