Skip to content

fixes incorrect scrollbar display issue#7742

Merged
gatzjames merged 2 commits intoKong:developfrom
Karthik7406:bug7732
Jul 22, 2024
Merged

fixes incorrect scrollbar display issue#7742
gatzjames merged 2 commits intoKong:developfrom
Karthik7406:bug7732

Conversation

@Karthik7406
Copy link
Contributor

@Karthik7406 Karthik7406 commented Jul 19, 2024

Here the CSS for scrollbar-width in styles.css is overriding the CSS which is defined for scrollbar in the main.css file (--scrollbar-width: calc(var(--font-size) * 0.6);) due to which the scrollbars are incorrectly loaded in the application

Closes #7732

image

@subnetmarco
Copy link
Member

@gatzjames @filfreire thoughts here?

Here the CSS for scrollbar-width is overriding the CSS which is defined in the main.css file (--scrollbar-width: calc(var(--font-size) * 0.6);) due to which the scrollbars are incorrectly loaded in the application
@gatzjames
Copy link
Contributor

Thanks for the PR.
Added some logic to keep the scrollbars thin on macOS and use the custom ones for Windows and Linux

@gatzjames gatzjames merged commit c1cd04f into Kong:develop Jul 22, 2024
@Karthik7406
Copy link
Contributor Author

Thank you

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

Successfully merging this pull request may close these issues.

Scrollbar UI not correctly displayed

3 participants