hide lightbox template by default

This commit is contained in:
Patrick Neff 2019-06-27 15:40:41 +02:00
parent b82aa45181
commit f459d177a5
1 changed files with 110 additions and 106 deletions

View File

@ -1,3 +1,7 @@
#lightbox-template {
display: none;
}
.lightbox {
position: fixed;
width: 100vw;