mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +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;
|
||||
}
|
||||
|
||||
/****************/
|
||||
|
||||
Reference in New Issue
Block a user