Affected URL(s): Log in to Roblox
A recent roblox update to the avatar react page has made the category menu wrap around instead of overflowing off the page. However, this has caused unintended side-effects, blocking the creation of new characters, breadcrumb navigation.
Another issue is having to click a category to access the submenu instead of moving your mouse to it.
Cannot simply move mouse from category menu to submenu anymore
Breadcrumb navigation and “Create New Character” blocked
Overriding these css rules fix the issue:
.right-wrapper, .right-wrapper-placeholder {
height: auto;
}
#horizontal-tabs {
margin-bottom: 0;
}
Expected behavior
I expect the category menu not to block parts of the avatar page and to be able to easily navigate the categories
Browser Information: Chrome 142 on Windows 10



