Fix watch actions on mobile

This commit is contained in:
WardPearce
2024-04-13 20:38:08 +12:00
parent cfc2ff11ca
commit f3ea208670
@@ -684,8 +684,9 @@
@media screen and (max-width: 1000px) {
menu {
z-index: 9999;
position: fixed;
top: 50%;
top: 30%;
left: 50%;
width: 100%;
transform: translate(-50%, 50%);