-
Notifications
You must be signed in to change notification settings - Fork 342
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
va-select dropdown is rendered below other components #3399
Comments
You can manually try to set z-index: 999999 to LMK if changing z-index to 99999999 helped. |
@m0ksem Yes I will try to set z-index manually today. I expect it to work. |
Thanks. Can confirm the same issue using vite. |
Does vuestic has snapshot tests that checks these kind of bugs? If not I guess that would be a good idea. |
…not tree-shaken from headless components
I think it was one time edge case, which is hard to predict and write a test. If you have any suggestions related to testing, I would appreciate making another issue and help us with it! |
@m0ksem As expected adding this to my own css file solved the problem: |
I made a pr fixing this, so you can remove this code next week. |
@m0ksem Great, thanks for the quick fix |
…shaken from headless components (#3403)
Vuestic-ui version: 1.6.4
Steps to reproduce Just a simple page with va-select and other gui components.
Build using vue-cli and deploy to Azure.
What is the expected behavior? va-select dropdown is rendered above other components.
What is the current behavior? va-select dropdown is rendered above other components.
Other information I think that the necessary z-index css info gets lost somehow during the build and deployment to Azure.
When running locally it works. So either some problem with vuestic or there might be a problem with my project and or build process.
The text was updated successfully, but these errors were encountered: