-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Hi, it's me again 😄
Problem
The maps (both the Infolists\MapEntry and the Fields\Map) seem to overlap the navbar, preventing the user from clicking on anything else:
Workaround
To fix I placed the following CSS in my resources/css/app.css (vite theme):
/* Override for `Dotswan\MapPicker\*` */
div[x-ref="map"] {
z-index: 0 !important;
}A909M
Metadata
Metadata
Assignees
Labels
No labels

