make sure oc dialog z-index is big enough

merge-requests/1/head
Julien Veyssier 2016-12-15 12:57:18 +01:00
parent df1f64a3b9
commit 10d15d86a9
1 changed files with 3 additions and 0 deletions

View File

@ -823,3 +823,6 @@ h2.popupTitle{
border: 1px solid black;
border-radius: 6px;
}
.oc-dialog{
z-index: 10000;
}