mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
/****************/
|
||||
|
||||
3
css/backoffice/vendors/_all.scss
vendored
3
css/backoffice/vendors/_all.scss
vendored
@@ -24,4 +24,5 @@
|
||||
@import "jquery-multiselect";
|
||||
@import "datatables";
|
||||
@import "jquery-treeview";
|
||||
@import "jquery-blockui";
|
||||
@import "jquery-blockui";
|
||||
@import "magnific-popup";
|
||||
6
css/backoffice/vendors/_magnific-popup.scss
vendored
Normal file
6
css/backoffice/vendors/_magnific-popup.scss
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
.mfp-bg{
|
||||
z-index: 1100;
|
||||
}
|
||||
.mfp-wrap{
|
||||
z-index: 1101;
|
||||
}
|
||||
Reference in New Issue
Block a user