mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 10:38:16 +08:00
docs: 将文档左侧导航栏下边距设置成和右侧文档主体下边距一致,以避免底部菜单被浏览器链接遮挡 (#11008)
This commit is contained in:
parent
4aad5fb818
commit
250508d1f3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user