This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
LBP
/
netbox
mirror da
https://github.com/netbox-community/netbox.git
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
Use overflow-y: scoll on html element to avoid jumping around when the previous/next page adds a vertical scrollbar.
Johann Schmitz
9 anni fa
parent
03542b400d
commit
35a2671525
1 ha cambiato i file
con
3 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
3
0
netbox/project-static/css/base.css
+ 3
- 0
netbox/project-static/css/base.css
Vedi File
@@ -2,6 +2,9 @@
* {
margin: 0;
}
+html {
+ overflow-y: scroll;
+}
html, body {
height: 100%;
}