diff --git a/themes/neff/src/scss/_lightbox.scss b/themes/neff/src/scss/_lightbox.scss index 6ab8014..3ebdf14 100644 --- a/themes/neff/src/scss/_lightbox.scss +++ b/themes/neff/src/scss/_lightbox.scss @@ -1,3 +1,7 @@ +#lightbox-template { + display: none; +} + .lightbox { position: fixed; width: 100vw;