-
Notifications
You must be signed in to change notification settings - Fork 207
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
Admin UI: Dropdown select overlay z-index #1480
Comments
@luyadev/coredev How can we fix this problem? |
close other open dropdowns if a new dropdown is going to be open. |
maybe this could be a solution, yes. But this would be general, as we have no "form" context, the form input directives have no context to where they are currently used. |
@dev7ch i just pushed a fix, please update to the latest dev-master and test if the solution works. If your problem is fixed please close this issue. |
I can confirm it´s resolved, now other open dropdown are closing, tested on latest chrome. |
What steps will reproduce the problem?
open 2 dropdown selections
What is the expected result?
close other open dropdowns ( i guess its easier then deal with the z-indexes)
What do you get instead? (A Screenshot can help us a lot!)
The text was updated successfully, but these errors were encountered: