From d5454e46aa27165be94717a22471ad0998bdfe26 Mon Sep 17 00:00:00 2001
From: plafreniere
Date: Sun, 30 Jun 2024 05:02:56 -0400
Subject: [PATCH] Fixed the service widgets tag z-index
---
src/styles/globals.css | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/styles/globals.css b/src/styles/globals.css
index f3bfec78..2f6715b2 100644
--- a/src/styles/globals.css
+++ b/src/styles/globals.css
@@ -62,3 +62,7 @@ dialog ::-webkit-scrollbar {
::-webkit-details-marker {
display: none;
}
+
+li.service {
+ z-index: 10;
+}