Skip to content

Commit c5e1eda

Browse files
authored
Update index.html
1 parent 5e5cf31 commit c5e1eda

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

templates/index.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -155,18 +155,13 @@
155155
max-height: 98dvh;
156156
overflow: auto; /* Enable scroll if needed */
157157
background-color: rgb(0,0,0); /* Fallback color */
158-
background: none;
158+
159159
}
160160

161161
/* Modal Content */
162162
.modal-content {
163163
background-image: url('{{ image }}');
164164
background-size: auto;
165-
margin: auto;
166-
padding: 0px;
167-
border: 0px solid #888;
168-
max-width: 100dvw;
169-
max-height: 100dvh;
170165
}
171166

172167
/* The Close Button */

0 commit comments

Comments
 (0)