docs: 将文档左侧导航栏下边距设置成和右侧文档主体下边距一致,以避免底部菜单被浏览器链接遮挡 (#11008)

This commit is contained in:
ranwawa 2024-10-11 10:14:54 +08:00 committed by GitHub
parent 4aad5fb818
commit 250508d1f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -850,7 +850,7 @@ body {
position: fixed;
width: 200px;
top: 100px;
bottom: 0;
bottom: 25px;
overflow-y: auto;
overflow-x: hidden;
border-right: 1px solid #e8ebee;