diff --git a/pages/subpages/mac.html b/pages/subpages/mac.html
index d7c55382..6fec5a4c 100644
--- a/pages/subpages/mac.html
+++ b/pages/subpages/mac.html
@@ -128,7 +128,7 @@
flex-wrap: wrap;
}
- li {
+ .list-pages>li {
background-color: rgba(128, 128, 128, 0.15);
padding: 8px;
padding-left: 15px;
diff --git a/static/css/style.css b/static/css/style.css
index 1db66237..350c5444 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -726,6 +726,14 @@ a:hover {
}
@media (max-width: 768px) {
+ #core {
+ z-index: unset !important;
+ }
+
+ #core:focus-within {
+ z-index: 30 !important;
+ }
+
#header-unit {
right: 0;
top: 15px;
@@ -734,7 +742,6 @@ a:hover {
margin-left: 15px;
margin-right: 15px !important;
height: 82px;
- z-index: 30;
border-radius: 15px;
background-color: rgba(245, 245, 245, 0.5);
backdrop-filter: blur(12px);
@@ -756,7 +763,6 @@ a:hover {
#quick-links {
height: 25px;
padding: 10px;
- z-index: 30;
top: 36px;
width: auto;
margin-left: 0 !important;