fix popovers in modals

This commit is contained in:
Henry Jameson 2022-06-13 01:36:41 +03:00
commit 97e4a3d8e5
3 changed files with 3 additions and 4 deletions

View file

@ -43,7 +43,7 @@
}
.popover {
z-index: 500;
z-index: 90000;
position: absolute;
min-width: 0;
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);