You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when a user clicks on the "rounds" link to open the playing schedule modal, on a laptop device these modals do not fit neatly within the screen bounds:
Currently, when a user clicks on the "rounds" link to open the playing schedule modal, on a laptop device these modals do not fit neatly within the screen bounds:
These modals are out-of-the-box components from the Windmill UI library:
https://github.com/chess-centre/platform/blob/master/chess-centre-app/src/components/Modal/RoundTimesModal.js
I suggest taking this opportunity to introduce a tailwind native modal for full control of the layout / css:
Ref: https://tailwindui.com/components/application-ui/overlays/modals
The text was updated successfully, but these errors were encountered: