summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-01 01:03:47 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-01 01:03:47 +0200
commitdd95ee4beebd769ec947cd128a4ddce884b190de (patch)
tree9bbe9b872261cb0dced1f7796461e7951ce6dac0 /StoneIsland/www/css
parent881ad16da91e0b999f0f354b10bc84b9fcfb5e42 (diff)
building all seems to work
Diffstat (limited to 'StoneIsland/www/css')
-rw-r--r--StoneIsland/www/css/vendor/imageviewer.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/StoneIsland/www/css/vendor/imageviewer.css b/StoneIsland/www/css/vendor/imageviewer.css
index c5709bb4..dedbb7de 100644
--- a/StoneIsland/www/css/vendor/imageviewer.css
+++ b/StoneIsland/www/css/vendor/imageviewer.css
@@ -24,7 +24,7 @@
.iv-close {
width: 32px;
height: 32px;
- position: absolute;
+ position: fixed;
right: 20px;
top: 20px;
cursor: pointer;
@@ -70,6 +70,7 @@
}
/***** snap view css *****/
.iv-snap-view {
+ display: none !important;
width: 150px;
height: 150px;
position: absolute;