-
Notifications
You must be signed in to change notification settings - Fork 148
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
🐛 Bug Report: Contents overflowing in the Sessions section (Not Responsive) #614
Comments
@TGlide anyone working on this? If not can I take it please? I am looking to make my first contribution to Appwrite |
Go for it! |
@TGlide What do you think? Am I missing anything? Following the similar design pattern. |
It's better to add scroll to it, so that mobile users can access all the content available. We have examples throughout the console. <div class="table-with-scroll">
<div class="table-wrapper">
</div>
</div> |
Thanks will look into that. |
Hey @TGlide can you please review my PR? If any other changes needed to be done please let me know. |
👟 Reproduction steps
👍 Expected behavior
The contents should not overflow.
👎 Actual Behavior
Contents(the table) is overflowing in the x-direction
🎲 Appwrite version
Version 1.4.x
💻 Operating system
Windows
🧱 Your Environment
I am using Appwrite 1.4.9
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: