From 5c571e0527adeaa426d2fa99652c38666856718d Mon Sep 17 00:00:00 2001 From: Tony Wu Date: Wed, 28 Oct 2020 17:23:37 +0000 Subject: [PATCH] Prevent chat UI being blocked by overlay in tablet view --- css/chat.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/chat.css b/css/chat.css index 7ba8936..4136124 100644 --- a/css/chat.css +++ b/css/chat.css @@ -531,7 +531,7 @@ html.no-supports-container.native body, bottom: 0; left: 0; background: #ffffff; - z-index: 9; + z-index: 11; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); transition: all 0.2s ease-out; @@ -1704,4 +1704,4 @@ html.no-supports-container.native body, .fl-bar-padding .chat-input-controls { padding-bottom: 44px; } -} \ No newline at end of file +}