-
-
Notifications
You must be signed in to change notification settings - Fork 241
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
Z-index incompatibility with the most recent version of Laravel Nova #488
Comments
I have this problem as well. |
Encountered this is as well. Potentially useful to add: Instead of having to do with |
Hello everyone, Please report this issue to Nova's team as this will probably impact many other packages as well. If they do not want to fix the |
I have this issue as well. In the meantime, I am able to resolve it loading custom css into Nova.
|
@tjmckenzie Seems to be the same fix as https://github.com/outl1ne/nova-menu-builder/pull/186/files. It seems I'm unable to replicate this problem in 4.31.3, though the pull was created 2 weeks ago so somehow it seems to cause problems. |
I still have this issue. I'm going to attempt the CSS fix above, but it feels hacky. On Nova 4.32.11. None of the CSS fixes are working for me. Sigh. |
the css mentioned above works with the latest nova version. @alekmlynek you probably have cached content |
@alekmlynek For the latest verion of laravel nova I just solved the issues by adding this at NovaServiceProvider I added this at public/css/styles/nova.css |
I think that css "hacks" to remove oveflow hidden are wrong. It's better to open the dropdown upwards or have it done using VueJS teleport. https://vuejs.org/guide/built-ins/teleport.html If I catch some spare time I'll try to fix it and make a PR. |
I agree with @siljva: opening upwards is probably the easiest fix. |
@DrNajim @mstaack You're right, I wasn't paying attention to the code snippet. It is important to edit the label content with the actual field itself, which for me wasn't "nova-flexible-field". For anyone else deploying this:
|
So, not going to be fixed and we need to override it with our custom CSS? Such a Nova way of doing stuff 🙄 |
@damarinov1 make the move to Filament, it's what nova should have been 😅 |
my colleague gave me this working css:
|
First things first, thanks for this wonderful package!
I would like to report a z-index related incompatibility with the latest version of Laravel Nova (v4.29.5).
Release notes for Laravel Nova v4.29.5 mention Fixed some more issues with z-index stacking.
A screenshot explains it in the best way:
The text was updated successfully, but these errors were encountered: