Fixed share menu being cut off

This commit is contained in:
WardPearce
2025-04-04 02:18:38 +13:00
parent 2a1cc6978a
commit 355142707f
+1 -1
View File
@@ -77,7 +77,7 @@ button.row:hover {
menu.mobile {
z-index: 9999 !important;
position: fixed !important;
top: 30% !important;
top: 20% !important;
width: 100% !important;
background-color: var(--surface-variant) !important;
}