You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
@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 Android<https://aka.ms/AAb9ysg>
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!
The text was updated successfully, but these errors were encountered: