Add pointer-events auto to login modal content

This commit is contained in:
Ryderjj89
2025-10-01 17:47:20 -04:00
parent a97c1955c8
commit 2dee4e8bb1

View File

@@ -485,4 +485,5 @@ img[src*="logo"], .logo-image {
z-index: 10000 !important;
margin: 1rem !important;
width: 100% !important;
pointer-events: auto !important;
}