fix(www): remove styles for preventing scroll when modal is open (#209)

This commit is contained in:
Seo Jun Hyung
2023-04-20 00:43:33 +09:00
committed by GitHub
parent a5b313ab13
commit 3a60500d54

View File

@@ -92,13 +92,6 @@
}
}
/** Prevent scrolling on body when modal is open */
body[style*="pointer-events: none"] .overflow-auto,
body[style*="pointer-events: none"] .overflow-y-auto,
body[style*="pointer-events: none"] .overflow-x-auto {
overflow: hidden !important;
}
@media (max-width: 640px) {
.container {
@apply px-4;