From 281a1cc71adc9185249ad0365c0a58288332450f Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Wed, 24 Mar 2021 12:19:23 -0400 Subject: [PATCH] fix: increase bottom-sheet z-index to be popover level --- less/modules/bottom-sheet.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/modules/bottom-sheet.less b/less/modules/bottom-sheet.less index 308cfa4..c99bdb3 100644 --- a/less/modules/bottom-sheet.less +++ b/less/modules/bottom-sheet.less @@ -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;