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

fix: only show scrollbars if needed #7191

Merged
merged 1 commit into from Feb 19, 2024
Merged

fix: only show scrollbars if needed #7191

merged 1 commit into from Feb 19, 2024

Conversation

uhthomas
Copy link
Member

The class 'overflow-y-scroll' will always show the scrollbar. Changing this to 'overflow-y-auto' will only show the scrollbar when needed.

All instances of the 'overflow-y-scroll' class have been changed.

Fixes: #7190

The class 'overflow-y-scroll' will always show the scrollbar. Changing
this to 'overflow-y-auto' will only show the scrollbar when needed.

All instances of the 'overflow-y-scroll' class have been changed.

Fixes: #7190
@uhthomas
Copy link
Member Author

image

image

image

Copy link

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 6814818
Status: ✅  Deploy successful!
Preview URL: https://f5a8bf4c.immich.pages.dev
Branch Preview URL: https://7190.immich.pages.dev

View logs

@alextran1502 alextran1502 merged commit 0795410 into main Feb 19, 2024
26 of 27 checks passed
@alextran1502 alextran1502 deleted the 7190 branch February 19, 2024 02:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

scrollbar always visible for user creation
3 participants