Skip to content

Commit

Permalink
Fix event modal not showing correctly on mobile (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitsupitsu authored Apr 11, 2023
1 parent 82b66d9 commit 0157018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/views/EventModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const EventModal: VFC = () => {
unstable_finalFocusRef={currentRef}
tabIndex={0}
ref={modalRef}
className="style-focus enter:translate-y-0 enter:scale-100 inset-x-0 bottom-0 flex max-h-full max-w-lg translate-y-full flex-col rounded-t-lg bg-white drop-shadow-lg transition-transform duration-300 sm:rounded-lg md:scale-50"
className="style-focus enter:translate-y-0 enter:scale-100 inset-x-0 bottom-0 flex max-h-full max-w-full sm:max-w-lg translate-y-full flex-col rounded-t-lg bg-white drop-shadow-lg transition-transform duration-300 sm:rounded-lg md:scale-50"
preventBodyScroll={false}
{...dialog}
>
Expand Down

0 comments on commit 0157018

Please sign in to comment.