mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-03 12:29:24 +08:00
fix: 修复 anchor-nav 滚动条异常问题 (#4576)
This commit is contained in:
parent
07455877d5
commit
db77dc3cac
@ -106,6 +106,7 @@
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
background: var(--Tabs-content-bg);
|
background: var(--Tabs-content-bg);
|
||||||
|
position: relative;
|
||||||
|
|
||||||
> .#{$ns}AnchorNav-section {
|
> .#{$ns}AnchorNav-section {
|
||||||
display: block;
|
display: block;
|
||||||
|
Loading…
Reference in New Issue
Block a user