-
Notifications
You must be signed in to change notification settings - Fork 6
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
Align main body vertically on smaller window sizes #205 solved #216
Conversation
src/renderer/styles/tailwind.css
Outdated
|
||
|
||
::-webkit-scrollbar{ | ||
display: none; |
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 globally deactivates scrollbars. We should not do this
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.
ok wait for a min
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.
If you scroll it show |
@SoulKa do you wanna to do some changes or its good on scroll |
The issue is, that the response body editor has no height and is therefore not visible (even if scrolling is possible): Please relate to the screenshot of the target UI in #205 |
hey @SoulKa i think now fixed if you put more data then u also able to scroll |
now @SoulKa |
Thank you for your contribution, but this PR does not seem the reach the quality we want to have in this project. We wrote contribution guidelines which are not respected here, also we have a PR template which "test" section was removed. And the code changes itself also don't work. I will close this PR. |
Changes
Using breakpoints change flex properties
Checklist