dinandmentink / nova-markdown

Adds a markdown editor component to laravel nova.
MIT License
36 stars 4 forks source link

Navbar over fullscreen editor #2

Closed OliverZiegler closed 5 years ago

OliverZiegler commented 5 years ago

When entering fullscreen mode, the nova navbar will overlay the simplemde navbar.

Navbar is .z-20 and the searchbar is .z-50 at the time of writing.

So when in full screen the editor should at least be z-index: 51 I suppose.

dinandmentink commented 5 years ago

Thanks for reporting. I will try to fix this next friday.

Feel free to open a pullrequest if you need it earlier.

Fot0n commented 5 years ago

@dinandmentink, please fix it.

dinandmentink commented 5 years ago

I haven't gotten around to it, it's on my list.

Feel free to open a pr.

dinandmentink commented 5 years ago

Should be fixed in latest release.