Skip to content

Commit

Permalink
fix(www): remove styles for preventing scroll when modal is open (sha…
Browse files Browse the repository at this point in the history
  • Loading branch information
JHSeo-git authored Apr 19, 2023
1 parent a5b313a commit 3a60500
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions apps/www/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3a60500

Please sign in to comment.