fix(dropdown): styles error (#2823)

This commit is contained in:
qiang 2021-08-04 14:49:50 +08:00 committed by GitHub
parent d067c9e881
commit 42a00d3001
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {