Fix: Should display by default / fix image src property

This commit is contained in:
winkidney
2019-03-20 15:56:41 +08:00
committed by Isaac Bythewood
parent a4ecb0c66f
commit d6e63c19c3
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,5 @@
.lightbox-background {
background: rgba(0, 0, 0, 0.7);
display: none;
left: 0;
right: 0;
top: 0;
@@ -23,7 +22,6 @@
.lightbox-wrapper img {
max-width: 600px;
display: none;
-webkit-border-top-right-radius: 3px;
-webkit-border-top-left-radius: 3px;
-moz-border-radius-topright: 3px;