Skip to content

Commit

Permalink
added overflow for fullscreen modals
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmoud-zino committed Jul 7, 2023
1 parent a977d11 commit 1f00268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/skeleton/src/lib/utilities/Modal/Modal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
// Base Styles
const cBackdrop = 'fixed top-0 left-0 right-0 bottom-0 overflow-y-auto';
const cTransitionLayer = 'w-full h-fit min-h-full p-4 overflow-y-auto flex justify-center';
const cModal = 'block'; // max-h-full overflow-y-auto overflow-x-hidden
const cModal = 'block overflow-y-auto'; // max-h-full overflow-y-auto overflow-x-hidden
const cModalImage = 'w-full h-auto';
// Local
Expand Down

0 comments on commit 1f00268

Please sign in to comment.