Skip to content
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

[Bug]: Filament header goes over TinyEditor in fullscreen mode #66

Closed
reaboivictor opened this issue Apr 10, 2023 · 6 comments
Closed
Labels
bug Something isn't working

Comments

@reaboivictor
Copy link

reaboivictor commented Apr 10, 2023

What happened?

When going to full screen, filament header places over the editor:
image

How to reproduce the bug

  1. open full screen

Package Version

v1.7.1

PHP Version

8.2.0

Laravel Version

v9.52.5

Which operating systems does with happen with?

Windows

Notes

No response

@reaboivictor reaboivictor added the bug Something isn't working label Apr 10, 2023
@reaboivictor
Copy link
Author

It might be because here is used z-0, and that overrides child's 1200 z-index:

@mohamedsabil83
Copy link
Owner

Publish the view file and remove the z-0 and check the result.

@reaboivictor
Copy link
Author

Yes, it works if I remove z-0

image

@mohamedsabil83
Copy link
Owner

then, use it like that in your current project and check it if happened again without overriding the blade file in your next project cause it works fine with me without removing z-0. Maybe you use an old version of admin, create a new theme, or override some package files which make this situation with you.
I'll close this for now and inform me if that's happened again to you with another project.

@reaboivictor
Copy link
Author

ok, thank you for your support

@mohamedsabil83
Copy link
Owner

You're welcome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants