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;
}
/****************/