-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Resetting the screen height to auto. #136
Conversation
Resetting the screen to auto because it caused some funny glitches. This should hopefully fix it :)
@Tristan3D3 is attempting to deploy a commit to the reworkd Team on Vercel. A member of the Team first needs to authorize it. |
@Tristan3D3 would you be able to share before and after images? |
@@ -75,3 +75,8 @@ div::-webkit-scrollbar-thumb { | |||
div::-webkit-scrollbar-button { | |||
display: none; | |||
} | |||
|
|||
/* Height of page was limited so changing it back to auto */ | |||
.h-screen { |
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.
ideally we want do be doing these changes only in tailwind.
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 just changes the "h-screen" property in tailwind to default to auto if not set
I think it's kinda still tailwind
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.
ideally we want do be doing these changes only in tailwind.
PR #159 resolves this :)
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Issue fixed in PR #159 :) |
Resetting the screen height to auto because it caused some funny glitches. #22 & #122
This should hopefully fix it :)