Prevent full page scrolling
This commit is contained in:
parent
6af6ff7c2b
commit
12151ed8f5
|
@ -1,7 +1,7 @@
|
||||||
html, body {
|
html, body {
|
||||||
-ms-overflow-style: -ms-autohiding-scrollbar;
|
-ms-overflow-style: -ms-autohiding-scrollbar;
|
||||||
margin: 0; padding: 0; background-color: #ffffff; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
margin: 0; padding: 0; background-color: #ffffff; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
font-size: 10pt; overflow: auto; height: 100%;
|
font-size: 10pt; overflow: hidden; height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#layout_container {
|
#layout_container {
|
||||||
|
|
Loading…
Reference in a new issue