Open DeformedSAS opened 2 hours ago
the scrollbar in the second screenshot is hard to see but when you're scrolling you can see how the blur reacts to it.
Hello @DeformedSAS, support for CS:GO has ended.
@kisak-valve this scrollbar issue is in cs2. i'm just showing the simple fix with my screenshot of my cs2 ui port on csgo.
Sent from Outlook for Androidhttps://aka.ms/AAb9ysg
From: kisak-valve @.> Sent: Monday, November 18, 2024 4:40:04 PM To: ValveSoftware/csgo-osx-linux @.> Cc: DeformedSAS @.>; Mention @.> Subject: Re: [ValveSoftware/csgo-osx-linux] Scrollbar is behind the friendlist on all menu panels (Play, settings etc) (Issue #3912)
Hello @DeformedSAShttps://github.com/DeformedSAS, support for CS:GO has ended.
— Reply to this email directly, view it on GitHubhttps://github.com/ValveSoftware/csgo-osx-linux/issues/3912#issuecomment-2483407683, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BH6OHVW5U7EW4CKPQGKYZOD2BIC5JAVCNFSM6AAAAABR73DNNWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOBTGQYDONRYGM. You are receiving this because you were mentioned.Message ID: @.***>
Panorama issues IN CS2!!!
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.
scrollbar behind friendlist because of the wrong margin-right amount.
and my fix implemented in my CS2 ui port onto csgo. This is not a csgo bug!