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

Can't Horizontal Scroll on Wide Boards #28

Open
nickian opened this issue Aug 23, 2024 · 6 comments
Open

Can't Horizontal Scroll on Wide Boards #28

nickian opened this issue Aug 23, 2024 · 6 comments

Comments

@nickian
Copy link

nickian commented Aug 23, 2024

I have updated to the newest version of Kanboard and the newest release of the plugin. Now I can no longer horizontally scroll on boards that are wider than my screen. When I remove the Theme/Plugin, horizontal scrolling comes back and works normal.

@nickian
Copy link
Author

nickian commented Aug 23, 2024

This is strange. I have two Kanboard installations using this theme. This is only happening on one. All the specs are the same. I removed all custom CSS and plugins, I reinstalled ThemeRevision. It still happens on this installtion. Meanwhile, it's not happening on my other one. Any idea what could be causing this? The default theme is allowing horizontal scrolling, just not ThemeRevision.

@greyaz
Copy link
Owner

greyaz commented Aug 23, 2024

The board view provides a "horizontal scrolling" option by clicking the gear icon in the top-left corner. Have you tried it?

@nickian
Copy link
Author

nickian commented Aug 23, 2024

Yes, toggling between horizontal scrolling and compact view doesn't seem to change anything for me.

@greyaz
Copy link
Owner

greyaz commented Sep 20, 2024

@nickian I met this issue after upgrading to Kanboard 1.2.39.
The following commit led to this issue: kanboard/kanboard@06ffe5a
You can set a CSS style to fix it temporarily:

body{
overflow-x: unset;
}

@nickian
Copy link
Author

nickian commented Sep 26, 2024

Yes, that fix works. Thanks!

@wucherpfennig
Copy link

#board-container{
  overflow-x: auto !important;
  width: 100%;
}

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

3 participants