Skip to content

fix(site): use native thin scrollbar style for admin bar#21825

Merged
kylecarbs merged 1 commit intomainfrom
cursor/admin-bar-scrollbar-style-051b
Feb 2, 2026
Merged

fix(site): use native thin scrollbar style for admin bar#21825
kylecarbs merged 1 commit intomainfrom
cursor/admin-bar-scrollbar-style-051b

Conversation

@kylecarbs
Copy link
Member

@kylecarbs kylecarbs commented Feb 2, 2026

Summary

The bottom admin bar (DeploymentBannerView) was showing a thick scrollbar when content overflowed horizontally. This change applies the native thin scrollbar style instead.

Changes

  • Added [scrollbar-width:thin] Tailwind CSS arbitrary value to the deployment banner container

This uses the native CSS scrollbar-width: thin property which is supported in modern browsers (Firefox, Chrome, Edge, Safari) and provides a less obtrusive scrollbar when horizontal scrolling is needed.

Testing

  • The change is purely CSS and was verified with lint and format checks passing

Note

Low Risk
Purely a CSS styling tweak with no behavioral, data, or security impact; risk is limited to minor cross-browser appearance differences.

Overview
Updates the dashboard DeploymentBannerView bottom admin bar styling to use the native CSS scrollbar-width: thin via Tailwind ([scrollbar-width:thin]), reducing scrollbar thickness when the banner overflows horizontally.

Written by Cursor Bugbot for commit ba36e48. This will update automatically on new commits. Configure here.

The bottom admin bar (DeploymentBannerView) was showing a thick scrollbar
when content overflowed horizontally. Added [scrollbar-width:thin] CSS
property to use the native thin scrollbar style instead.

Co-authored-by: kyle <[email protected]>
@github-actions
Copy link

github-actions bot commented Feb 2, 2026


Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


Cursor Agent seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.

@kylecarbs kylecarbs merged commit c3ea544 into main Feb 2, 2026
29 of 32 checks passed
@kylecarbs kylecarbs deleted the cursor/admin-bar-scrollbar-style-051b branch February 2, 2026 06:03
@github-actions github-actions bot locked and limited conversation to collaborators Feb 2, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant