This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
LBP
/
netbox
espejo de
https://github.com/netbox-community/netbox.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Use overflow-y: scoll on html element to avoid jumping around when the previous/next page adds a vertical scrollbar.
Johann Schmitz
hace 9 años
padre
03542b400d
commit
35a2671525
Se han
modificado 1 ficheros
con
3 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
3
0
netbox/project-static/css/base.css
+ 3
- 0
netbox/project-static/css/base.css
Ver fichero
@@ -2,6 +2,9 @@
* {
margin: 0;
}
+html {
+ overflow-y: scroll;
+}
html, body {
height: 100%;
}