-
Notifications
You must be signed in to change notification settings - Fork 210
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
weird border on right and bottom of thumbnail grid #615
Comments
@tech4GT can you confirm this and maybe add the first-timer-only tag? |
GitMate.io thinks possibly related issues are #260 (Blur module producing a black 'border' at the top and bottom), and #247 (grid of thumbnails showing step options in addStep ui). |
1 similar comment
GitMate.io thinks possibly related issues are #260 (Blur module producing a black 'border' at the top and bottom), and #247 (grid of thumbnails showing step options in addStep ui). |
I've had the same issue. Its because of the |
Possible fix would be to add |
setting overflow to |
Do you want to fix this?
…On Sun 6 Jan, 2019, 3:45 PM Bhavay Anand ***@***.*** wrote:
Possible fix would be to add overflow:scroll only on small screen sizes.
setting overflow to auto does the same. It only adds scrollbar when
necessary unlike scroll which adds it even if we don't need it.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#615 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AhKOn1ZHQ2MR6y1X2nOxVCTwLwWrnmUsks5vAcy3gaJpZM4ZyWA3>
.
|
It's better to leave it for first-timers. |
Yeah that sounds better.
…On Sun 6 Jan, 2019, 3:53 PM Bhavay Anand ***@***.*** wrote:
It's better to leave it for first-timers.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#615 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AhKOn2QXf0WC8n-gsRlmNVKoAxR8N3T9ks5vAc6kgaJpZM4ZyWA3>
.
|
@VibhorCodecianGupta this is linked to your PR. Do you want to fix this? It is very annoying. It is a very small fix too. Maybe its too simple for being an |
Please describe the problem (or idea)
there's an excessive space on right and bottom of thumbnail grid.
It should be like this
fix:
I think it's because of overflow:scroll property on radio-group class, changing it with auto fixes the issue.
Please show us where to look
http://sequencer.publiclab.org...
Browser, version, and operating system
Chrome, Macos
Thank you!
The text was updated successfully, but these errors were encountered: