mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-04 04:08:34 +08:00
fix(dropdown): styles error (#2823)
This commit is contained in:
parent
d067c9e881
commit
42a00d3001
@ -33,7 +33,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@include b(scrollbar__bar) {
|
@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) {
|
@include b(dropdown__list) {
|
||||||
|
Loading…
Reference in New Issue
Block a user