N°3920 On a fullscreen text field and clicking on an image, make popup display on top of current text field

This commit is contained in:
Stephen Abello
2021-09-07 09:33:39 +02:00
parent 26426123b8
commit 884d3c9477
3 changed files with 10 additions and 3 deletions

View File

@@ -97,7 +97,7 @@ body.ibo-has-fullscreen-descendant {
.ibo-has-fullscreen-descendant {
position: static !important;
overflow: visible !important;
z-index: 9000 !important;
z-index: 1050 !important;
}
/* Used on a fullscreen element (see .ibo-has-fullscreen-descendant) */
@@ -110,7 +110,7 @@ body.ibo-has-fullscreen-descendant {
width: 100vw;
height: 100vh;
overflow: auto;
z-index: 9000;
z-index: 1050;
}
/****************/

View File

@@ -24,4 +24,5 @@
@import "jquery-multiselect";
@import "datatables";
@import "jquery-treeview";
@import "jquery-blockui";
@import "jquery-blockui";
@import "magnific-popup";

View File

@@ -0,0 +1,6 @@
.mfp-bg{
z-index: 1100;
}
.mfp-wrap{
z-index: 1101;
}