This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
LBP
/
netbox
réplica de
https://github.com/netbox-community/netbox.git
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
Use overflow-y: scoll on html element to avoid jumping around when the previous/next page adds a vertical scrollbar.
Johann Schmitz
%!s(int64=9) %!d(string=hai) anos
pai
03542b400d
achega
35a2671525
Modificáronse 1 ficheiros
con
3 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de 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%;
}