#631 add dialog polyfill for firefox and safari

This commit is contained in:
Mario Romano
2016-10-05 22:39:17 +01:00
parent dbf734fe3c
commit 5d1d7cf30d
5 changed files with 51 additions and 1 deletions

View File

@@ -9,4 +9,4 @@
}
.user-profile{
margin-right: 3px;
}
}

View File

@@ -35,3 +35,7 @@ body, html {
text-align: center;
position: relative;
}
._dialog_overlay {
position: static !important;
}