fix: increase bottom-sheet z-index to be popover level

main
Julian Lam 4 years ago
parent 91c930cbac
commit 281a1cc71a

@ -18,7 +18,7 @@
-webkit-overflow-scrolling: touch;
transform: translate3d(0, 350px, 0);
transition: transform 0.3s, visibility 0s 0.3s;
z-index: 995;
z-index: @zindex-popover;
padding: 5px 0 10px;
border-bottom-left-radius: 0;

Loading…
Cancel
Save