Skip to content
Extraits de code Groupes Projets
Valider 9e4f5774 rédigé par BeezyT's avatar BeezyT
Parcourir les fichiers

refs #2465 iframe dimension fix

git-svn-id: http://dev.piwik.org/svn/trunk@7472 59fd770c-687e-43c8-a1e3-f5a4ff64c105
parent 942cbb64
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -59,7 +59,7 @@ var Piwik_Overlay = (function() { ...@@ -59,7 +59,7 @@ var Piwik_Overlay = (function() {
/** Adjust the dimensions of the iframe */ /** Adjust the dimensions of the iframe */
function adjustDimensions() { function adjustDimensions() {
$iframe.height($(window).height()); $iframe.height($(window).height());
$iframe.width($body.width()); $iframe.width($body.width() - $iframe.offset().left - 2);
} }
/** Display the loading message and hide other containers */ /** Display the loading message and hide other containers */
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter