mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-22 20:26:36 +00:00
Merge pull request #283 from ercpe/html-overflow
Use overflow-y: scoll on html element
This commit is contained in:
commit
b9db1ac7f7
@ -2,6 +2,9 @@
|
|||||||
* {
|
* {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
html {
|
||||||
|
overflow-y: scroll;
|
||||||
|
}
|
||||||
html, body {
|
html, body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user