This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
LBP
/
netbox
mirror de
https://github.com/netbox-community/netbox.git
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
Use overflow-y: scoll on html element to avoid jumping around when the previous/next page adds a vertical scrollbar.
Johann Schmitz
há 9 anos atrás
pai
03542b400d
commit
35a2671525
1 ficheiros alterados
com
3 adições
e
0 exclusões
Visão Dividida
Mostrar Estatísticas Diff
3
0
netbox/project-static/css/base.css
+ 3
- 0
netbox/project-static/css/base.css
Ver Ficheiro
@@ -2,6 +2,9 @@
* {
margin: 0;
}
+html {
+ overflow-y: scroll;
+}
html, body {
height: 100%;
}