From fbb8581f779ef4b8bddf1dbea76fe917b2d96751 Mon Sep 17 00:00:00 2001 From: Yaya Usman <38439166+yaya-usman@users.noreply.github.com> Date: Tue, 10 May 2022 21:50:09 +0300 Subject: [PATCH] Hide recently_viewed dropdown when other modal opens (#8538) * hide recently viewed modal when other modal opens * updated zindex --- res/css/views/elements/_InteractiveTooltip.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/css/views/elements/_InteractiveTooltip.scss b/res/css/views/elements/_InteractiveTooltip.scss index 8196441b6d7..2240fbc3ac8 100644 --- a/res/css/views/elements/_InteractiveTooltip.scss +++ b/res/css/views/elements/_InteractiveTooltip.scss @@ -16,7 +16,7 @@ limitations under the License. .mx_InteractiveTooltip_wrapper { position: fixed; - z-index: 5000; + z-index: 3999; } .mx_InteractiveTooltip {