mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
docs: 将文档左侧导航栏下边距设置成和右侧文档主体下边距一致,以避免底部菜单被浏览器链接遮挡 (#11008)
This commit is contained in:
parent
4aad5fb818
commit
250508d1f3
@ -850,7 +850,7 @@ body {
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
top: 100px;
|
top: 100px;
|
||||||
bottom: 0;
|
bottom: 25px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
border-right: 1px solid #e8ebee;
|
border-right: 1px solid #e8ebee;
|
||||||
|
Loading…
Reference in New Issue
Block a user