mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-08 14:35:09 +00:00
fix(www): remove styles for preventing scroll when modal is open (#209)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user