mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(slider): fix the z-index of slider button too large (#623)
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
height: $--slider-button-wrapper-size;
|
||||
width: $--slider-button-wrapper-size;
|
||||
position: absolute;
|
||||
z-index: 1001;
|
||||
z-index: 1;
|
||||
top: $--slider-button-wrapper-offset;
|
||||
transform: translateX(-50%);
|
||||
background-color: transparent;
|
||||
|
||||
Reference in New Issue
Block a user