Skip to content

Map over sidebar/navbar #98

@LukeSavefrogs

Description

@LukeSavefrogs

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:

Image

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;
}

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions