This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
LBP
/
netbox
şunun yansıması
https://github.com/netbox-community/netbox.git
İzle
2
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Wiki
Kaynağa Gözat
Use overflow-y: scoll on html element to avoid jumping around when the previous/next page adds a vertical scrollbar.
Johann Schmitz
9 yıl önce
ebeveyn
03542b400d
işleme
35a2671525
1 değiştirilmiş dosya
ile
3 ekleme
ve
0 silme
Görünümü Böl
Farklılık Durumunu Göster
3
0
netbox/project-static/css/base.css
+ 3
- 0
netbox/project-static/css/base.css
Dosyayı Görüntüle
@@ -2,6 +2,9 @@
* {
margin: 0;
}
+html {
+ overflow-y: scroll;
+}
html, body {
height: 100%;
}