diff --git a/magnifier.css b/magnifier.css index 04c29b2..d13b707 100644 --- a/magnifier.css +++ b/magnifier.css @@ -35,7 +35,8 @@ .magnifier-large { position: absolute; - z-index: 100 + z-index: 100; + max-width: none; } .magnifier-preview { @@ -60,4 +61,4 @@ .hidden { display: none -} \ No newline at end of file +}