1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Merge pull request #283 from ercpe/html-overflow

Use overflow-y: scoll on html element
This commit is contained in:
Jeremy Stretch
2016-07-13 16:03:53 -04:00
committed by GitHub

View File

@@ -2,6 +2,9 @@
* {
margin: 0;
}
html {
overflow-y: scroll;
}
html, body {
height: 100%;
}