This website works better with JavaScript
首页
发现
帮助
登录
LBP
/
netbox
镜像自地址
https://github.com/netbox-community/netbox.git
关注
2
点赞
0
派生
0
文件
工单管理
0
Wiki
浏览代码
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;
}
+html {
+ overflow-y: scroll;
+}
html, body {
height: 100%;
}