From e76fcf792905a1396b342f09d103e6416e6753f8 Mon Sep 17 00:00:00 2001 From: Ahmad Dakhlallah Date: Sat, 3 Dec 2022 18:22:25 +0200 Subject: [PATCH] Fix Arabic menu popup in RTL. --- app/soapbox/components/ui/menu/menu.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/soapbox/components/ui/menu/menu.css b/app/soapbox/components/ui/menu/menu.css index f5f9f6bc9..4d594db49 100644 --- a/app/soapbox/components/ui/menu/menu.css +++ b/app/soapbox/components/ui/menu/menu.css @@ -1,5 +1,6 @@ [data-reach-menu-popover] { @apply ltr:origin-top-right ltr:right-0 rtl:origin-top-left rtl:left-0 absolute mt-2 w-56 rounded-md shadow-lg bg-white dark:bg-gray-900 dark:ring-2 dark:ring-primary-700 focus:outline-none; + z-index: 1003; }