Moar weird stuff to fix probably

This commit is contained in:
Alexandre Aubin 2019-02-21 19:29:51 +01:00
parent a80b4bdff1
commit 63846817c0

View file

@ -243,6 +243,7 @@ domReady(function(){
document.body.insertBefore(overlay, null);
// Add portal stylesheet
// FIXME : check we really need to do this ... imho it's included directly in the html iframe ?
var portalStyle = document.createElement("link");
portalStyle.setAttribute("rel", "stylesheet");
portalStyle.setAttribute("type", "text/css");