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

Scrollbar is behind the friendlist on all menu panels (Play, settings etc) #3912

Open
DeformedSAS opened this issue Nov 18, 2024 · 3 comments

Comments

@DeformedSAS
Copy link

DeformedSAS commented Nov 18, 2024

Panorama issues IN CS2!!!

  • Have you checked for system updates?: [Yes/No] Yes

Scrollbar is hidden behind the friendlist because in CS:GO the mainmenu-content panels had paddings on both left and right. In CS2 however that's no longer the case but someone who designed the new menu forgot to change the margin-right to for example 72px in the mainmenu.vcss_c file.

Simple fix in css

.mainmenu-content__container VerticalScrollBar {
margin-right: 72px;
}

screenshot of how it is in cs2.

image
scrollbar behind friendlist because of the wrong margin-right amount.
image

and my fix implemented in my CS2 ui port onto csgo. This is not a csgo bug!

image

@DeformedSAS
Copy link
Author

the scrollbar in the second screenshot is hard to see but when you're scrolling you can see how the blur reacts to it.

@kisak-valve
Copy link
Member

Hello @DeformedSAS, support for CS:GO has ended.

@kisak-valve kisak-valve closed this as not planned Won't fix, can't repro, duplicate, stale Nov 18, 2024
@DeformedSAS
Copy link
Author

DeformedSAS commented Nov 18, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants