Laravel-Backpack / theme-tabler

UI for Backpack v6 that uses Tabler and Bootstrap v5.
MIT License
21 stars 12 forks source link

[Bug] Icon picker z-index on over modal #104

Closed jcastroa87 closed 12 months ago

jcastroa87 commented 12 months ago

The icon picker have a z-index issues on modal.

image

The correct z-index is:

.iconpicker-popover {
    z-index: 1057!important
}
tabacitu commented 12 months ago

Note: only on Tabler

pxpm commented 12 months ago

Fixed in https://github.com/Laravel-Backpack/PRO/pull/181