This website works better with JavaScript
صفحهٔ اصلی
گشتوگذار
راهنما
ورود
LBP
/
netbox
mirrorاز
https://github.com/netbox-community/netbox.git
دنبال کردن
2
ستاره دار
0
انشعاب
0
پروندهها
مشکلات
0
ویکی
فهرست منبع
Use overflow-y: scoll on html element to avoid jumping around when the previous/next page adds a vertical scrollbar.
Johann Schmitz
9 سال پیش
والد
03542b400d
کامیت
35a2671525
1فایلهای تغییر یافته
به همراه
3 افزوده شده
و
0 حذف شده
نمای یکپارچه
نمایش آمار تفاوت ها
3
0
netbox/project-static/css/base.css
+ 3
- 0
netbox/project-static/css/base.css
مشاهده فایل
@@ -2,6 +2,9 @@
* {
* {
margin: 0;
margin: 0;
}
}
+html {
+ overflow-y: scroll;
+}
html, body {
html, body {
height: 100%;
height: 100%;
}
}