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; +}