This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Sign in to view your library & saved favorites.
An issue with the mobile menu and the scroll bar in the view my character page.
When you select a character the scroll bar overlaps the drawer menu.
The CSS class "character-scrollbar-inner" has a z-index of 99 on it and is overlapping the "#site-main header.main" that has a z-index of 15.
By changing the #site-main header.main z-index value to 100 you should be able to eliminate the problem.
An issue with the mobile menu and the scroll bar in the view my character page.
When you select a character the scroll bar overlaps the drawer menu.
The CSS class "character-scrollbar-inner" has a z-index of 99 on it and is overlapping the "#site-main header.main" that has a z-index of 15.
By changing the #site-main header.main z-index value to 100 you should be able to eliminate the problem.