From fabc541528cc7edd27ff31b4168789885ea4b046 Mon Sep 17 00:00:00 2001 From: Cesar Ferreyra-Mansilla Date: Thu, 16 May 2024 12:07:54 -0400 Subject: [PATCH] fix: push track mouseover-menu to top z-index --- src/App.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/App.css b/src/App.css index a33deb9f..dfbfc295 100644 --- a/src/App.css +++ b/src/App.css @@ -17,6 +17,7 @@ body, 'Segoe UI Symbol'; height: 100%; overflow: hidden; + z-index: 0; } body { @@ -749,6 +750,10 @@ a:hover { background-color: #7aaded; } +.track-mouseover-menu { + z-index: 999; +} + /* Styles for the variant view controls */ .variant-view-controls { position: absolute;