mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-03 11:47:48 +08:00
fix(dropdown): styles error (#2823)
This commit is contained in:
parent
d067c9e881
commit
42a00d3001
@ -33,7 +33,7 @@
|
||||
}
|
||||
|
||||
@include b(scrollbar__bar) {
|
||||
z-index: calc(var(--el-dropdown-menu-index + 1));
|
||||
z-index: calc(var(--el-dropdown-menu-index) + 1);
|
||||
}
|
||||
|
||||
@include b(dropdown__list) {
|
||||
|
Loading…
Reference in New Issue
Block a user