This website works better with JavaScript
Home
Explore
Help
Sign In
zorun
/
netbox
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Use overflow-y: scoll on html element to avoid jumping around when the previous/next page adds a vertical scrollbar.
Johann Schmitz
8 years ago
parent
03542b400d
commit
35a2671525
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
netbox/project-static/css/base.css
+ 3
- 0
netbox/project-static/css/base.css
View File
@@ -2,6 +2,9 @@
* {
margin: 0;
}
+html {
+ overflow-y: scroll;
+}
html, body {
height: 100%;
}