mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 05:53:39 -04:00
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>
|
||||
|
||||
</head>
|
||||
<body class="nano clearfix" onload="onLoad();">
|
||||
<body class="clearfix" onload="onLoad();">
|
||||
<div id="fb-root"></div>
|
||||
|
||||
<div id="page-container" class="nano-content">
|
||||
<div id="page-container">
|
||||
</div>
|
||||
|
||||
<div id="modal-wrapper" class="modal-content hide"></div>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
@import "app/styles/bootstrap/variables"
|
||||
@import "app/styles/mixins"
|
||||
|
||||
body
|
||||
position: absolute !important
|
||||
#page-container
|
||||
overflow: hidden
|
||||
|
||||
// https://github.com/twbs/bootstrap/issues/9237 -- need a version that's not !important
|
||||
.secret
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue