-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: ModalPane never underlap the top of the window or navbar #47
Conversation
@apply rounded-lg border-b-[1px] border-[#C6C6C8] bg-[#F3F2F8] dark:border-[1px] dark:border-[#C6C6C8] dark:border-opacity-15 dark:bg-black; | ||
} | ||
|
||
.modal-content { | ||
@apply overflow-y-hidden; | ||
max-height: calc(100vh - 6.6em); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great! I see one change that needs to be made before it can be merged: the contents of the modal pane aren't scrolling as expected, so I can't see any content in the pane that isn't within the viewport.
In the GIF below, the window content moving back and forth is me trying to scroll the stop pane.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great work 👍
Fixes #45
Screenshot: