-
Notifications
You must be signed in to change notification settings - Fork 952
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
make height adjustment #5401
base: master
Are you sure you want to change the base?
make height adjustment #5401
Conversation
✅ Deploy Preview for remixproject ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
I think maxHeight
should be kept at 40rem
and height
changed to 67%
@@ -89,10 +89,10 @@ export class PopupPanel extends AbstractPanel { | |||
<div | |||
className={`px-0 bg-light border-info ${appState?.showPopupPanel ? 'd-flex' : 'd-none'}`} | |||
style={{ | |||
maxHeight: '40rem', | |||
maxHeight: '60%', |
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.
maxHeight: '60%', | |
maxHeight: '40rem', |
maxWidth: '25rem', | ||
width: 'max-content', | ||
height: '40rem', | ||
height: '60%', |
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.
height: '60%', | |
height: '67%', |
fixes #5397