Skip to content

Commit b6bb125

Browse files
authored
Previous fix was affecting modals in understand odata in 6 steps page (#359)
1 parent 60dc250 commit b6bb125

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages/getting-started/learning-odata-on-postman.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h2>How to Learn OData on Postman</h2>
2626
</div>
2727
</div>
2828

29-
<div id="screenshot1" class="modal" >
29+
<div id="screenshot1" class="image-modal" >
3030
<div class="modal-content" >
3131
<div class="screenshot1Lightbox" width="800" height="490">
3232
<img src="/assets/postmanCollection.jpg" width="800" height="490" class="postcollection">

public/css/site.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ pre {
337337
border: 1px solid #424242;
338338
}
339339

340-
.modal {
340+
.image-modal {
341341
display: none;
342342
z-index: 1;
343343
padding-top: 100px;

0 commit comments

Comments
 (0)