diff --git a/components/GalleryPage.vue b/components/GalleryPage.vue index 10df42b..30a067c 100644 --- a/components/GalleryPage.vue +++ b/components/GalleryPage.vue @@ -23,7 +23,7 @@ export default { components: { GalleryFeatured, GalleryThumbs, - GalleryImageViewer + GalleryImageViewer, }, props: { @@ -118,6 +118,10 @@ export default { overflow: hidden; } + .gallery__nav { + display: none; + } + .close-viewer { display: none; } diff --git a/components/GalleryThumbs.vue b/components/GalleryThumbs.vue index b422457..ab93900 100644 --- a/components/GalleryThumbs.vue +++ b/components/GalleryThumbs.vue @@ -5,7 +5,6 @@