diff options
Diffstat (limited to 'StoneIsland/www/css/vendor/imageviewer.css')
| -rw-r--r-- | StoneIsland/www/css/vendor/imageviewer.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/StoneIsland/www/css/vendor/imageviewer.css b/StoneIsland/www/css/vendor/imageviewer.css index 9ce0d82b..af346f08 100644 --- a/StoneIsland/www/css/vendor/imageviewer.css +++ b/StoneIsland/www/css/vendor/imageviewer.css @@ -70,7 +70,6 @@ } *//***** snap view css *****/ .iv-snap-view { - display: none !important; width: 150px; height: 150px; position: absolute; @@ -86,7 +85,8 @@ -moz-transition: all ease 400ms; -o-transition: all ease 400ms; transition: all ease 400ms; - opacity: 0; + opacity: 0 !important; + pointer-events: none; } .iv-snap-image-wrap { |
