fix(slider): fix the z-index of slider button too large (#623)

This commit is contained in:
Ryan2128
2020-11-18 22:13:19 +08:00
committed by GitHub
parent 27cbf5fb6b
commit 2ce421d62f

View File

@@ -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;