From 485a956d598f1f2c2589d0a9d26cb0cd7670dcd8 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Tue, 25 Apr 2023 17:24:12 +0400 Subject: [PATCH] Media Viewer: Fix forwarding UI (#3062) --- src/components/common/ChatOrUserPicker.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/common/ChatOrUserPicker.scss b/src/components/common/ChatOrUserPicker.scss index 40786fe61..ecc0e4d45 100644 --- a/src/components/common/ChatOrUserPicker.scss +++ b/src/components/common/ChatOrUserPicker.scss @@ -1,6 +1,4 @@ .ChatOrUserPicker { - z-index: var(--z-media-viewer); - .modal-dialog { height: 70%; max-width: 25rem;