Skip to content

Hard to scroll around when project board gets too big #34015

Closed
@Infinoid

Description

@Infinoid

Description

When a project board has too many columns to fit horizontally, and too many issues to fit vertically, it becomes hard for some users to scroll around. The horizontal scrollbar is way down at the very bottom of the page, not visible at the bottom of the screen, and I get complaints about having to scroll all the way down (past 100+ entries in some cases!) in order to find the horizontal scrollbar.

I've made a custom theme for now, which adds:

.board {
	/* make the horizontal scrollbar visible without having to scroll to the bottom */
	position: absolute;
}

But I thought I should ask: should this be the default? Some users expect the scrollbar to be accessible no matter where they are on the page.

Thanks!

Screenshots

I made up this project on the demo site with a bunch of columns and a bunch of issues.

The horizontal scroll bar is at the bottom of the board, which is pretty far away in boards like this:

Image

Then I went in with devtools and added position: absolute to the board, and now the scrollbar stays at the bottom of the screen:

Image

Gitea Version

1.23.6, 1.24.0+dev-460-gdcbf6c2d13

Can you reproduce the bug on the Gitea demo site?

Yes

Operating System

linux

Browser Version

firefox 128.8.0esr, chrome 134.0.6998.118

Metadata

Metadata

Assignees

Labels

topic/uiChange the appearance of the Gitea UItype/bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions