-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[4.0] Overlay mobile navs, not clickable if a other one is open #28952
Comments
Issue confirmed. |
It is a z-index issue. My non-skilled css says that it is resolved by removing the special z-index-mobile-menu here but maybe there are consequences I can not see and there is a better way to fix it joomla-cms/build/media_source/templates/administrator/atum/scss/blocks/_sidebar.scss Line 277 in 98a4b2a
@hans2103 any ideas? |
I can reproduce the issue see movie Screen.Recording.2024-08-07.at.11.10.00.movonwards to find a solution. :-)
@brianteeman how about closing all open DropDown items when a new dropdown should open? |
The button bottom right to open Main Menu is using "Bootstrap Collapse"
So... update |
Created PR #43891 to solve this issue |
please test #43891 |
If the mobile menu is open, any other mobile menu like user is than not openable, because it overlays.
What needs to be fixed
1st click to the main mobile nav.
2nd click to any other mobile nav.
Why this should be fixed
Just fo UX ;)
How would you fix it
Maybe a dynamic zindex, set to the higher by js if a menu is already open
Or close the current menu when another one is opened
The text was updated successfully, but these errors were encountered: