hide lightbox template by default
This commit is contained in:
parent
b82aa45181
commit
f459d177a5
|
|
@ -1,3 +1,7 @@
|
||||||
|
#lightbox-template {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.lightbox {
|
.lightbox {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue