Skip to content
Snippets Groups Projects
Commit 0903f508 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Augmentation du z-index pour que l'iframe soit au-dessus des modales.

parent 86a35cf8
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
*/
#popupMask {
position: absolute;
z-index: 200;
z-index: 20000;
top: 0px;
left: 0px;
width: 100%;
......@@ -27,7 +27,7 @@
}
#popupContainer {
position: absolute;
z-index: 201;
z-index: 20001;
top: 0px;
left: 0px;
display:none;
......@@ -43,7 +43,7 @@
width: 100%;
height: 100%;
position: relative;
z-index: 202;
z-index: 20002;
}
#popupTitleBar {
background-color: #486CAE;
......@@ -56,7 +56,7 @@
border-left: 1px solid #78A3F2;
border-right: 1px solid #204095;
position: relative;
z-index: 203;
z-index: 20003;
}
#popupTitle {
float:left;
......@@ -66,5 +66,5 @@
float: right;
cursor: pointer;
cursor: hand;
z-index: 204;
z-index: 20004;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment