Skip to content
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

Remove scrollbars where unnessessary, add where nessessary #2528

Closed
newhinton opened this issue Jul 7, 2019 · 1 comment
Closed

Remove scrollbars where unnessessary, add where nessessary #2528

newhinton opened this issue Jul 7, 2019 · 1 comment

Comments

@newhinton
Copy link
Contributor

  • Wekan version: 2.97
    Firefox 67

When a card is opened in the detailview, scrollbars are showing up, presumably because content shifts around the page. This does not look good, but can be fixed quiet easy. Also each swimlane should have it's own scrollbar, for the same reason.

I will create a pr for that some time in the future, but for now i will use this ticket to dokument my ideas:

remove overflow-y: auto; from .board-wrapper .board-canvas
(Removes scrollbar when card was opened)
add overflow-x: auto; to .swimlane (not the class but the object which contains the lists)
(Adds scrollbar to swimlane when more lists are available than screenspace)

However, since you have custom scrollbars in the details-container, it may even be better to use them for the overflow, which i would need to look into

@xet7
Copy link
Member

xet7 commented Jul 8, 2019

@newhinton

Ok, I'm waiting for your PR to test does it work.

@xet7 xet7 closed this as completed Apr 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants