boost z-index of popover

This commit is contained in:
Henry Jameson 2022-04-07 16:18:39 +03:00
parent 4007ddbf32
commit 51c996bd7e

View file

@ -37,7 +37,7 @@
} }
.popover { .popover {
z-index: 8; z-index: 90;
position: absolute; position: absolute;
min-width: 0; min-width: 0;
} }