Skip to content

Commit b4a65e2

Browse files
committed
Add CSS Rule for image. Closes #53
1 parent 1b7000d commit b4a65e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

styles/nyroModal.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@
5858
position: relative;
5959
overflow: hidden;
6060
}
61+
.nyroModalImage img {
62+
vertical-align: top;
63+
}
6164
.nyroModalHidden {
6265
left: -9999em;
6366
top: -9999em;

0 commit comments

Comments
 (0)