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

UI: Toggling vertical scrollbar causes background to resize #1617

Closed
SamuelPull opened this issue Jan 17, 2024 · 1 comment
Closed

UI: Toggling vertical scrollbar causes background to resize #1617

SamuelPull opened this issue Jan 17, 2024 · 1 comment
Labels
bug Something isn't working frontend Indicates frontend related issue or feature

Comments

@SamuelPull
Copy link
Collaborator

SamuelPull commented Jan 17, 2024

when toggling between table view and card view, and when items (projects, subprojects, worfklowitems) are filtered by search, scrollbar may appear/disappear which causes the background to resize. looks almost like the screen is flashing.

@SamuelPull SamuelPull added bug Something isn't working frontend Indicates frontend related issue or feature labels Jan 17, 2024
@SamuelPull SamuelPull changed the title when there are more items (projects, subprojects, wfis) on screen, scroll sidebar is displayed. and when items are filtered by search, scrollbar may disappear which causes the background to resize. looks almost like the screen is flashing. UI: Toggling vertical scrollbar causes background to resize Jan 17, 2024
@pmolnar-dev
Copy link
Collaborator

After analysis, this seems to be an expected behaviour in the browser. It could be cosmetically fixed by adding overflow-y: "scroll" into body css, but then we would have vertical scrollbar in the app at all times. Therefore I am closing this issue for time being.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working frontend Indicates frontend related issue or feature
Projects
None yet
Development

No branches or pull requests

2 participants