Skip to content

Commit

Permalink
Previous fix was affecting modals in understand odata in 6 steps page (
Browse files Browse the repository at this point in the history
  • Loading branch information
odero committed Sep 22, 2023
1 parent 60dc250 commit b6bb125
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/getting-started/learning-odata-on-postman.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h2>How to Learn OData on Postman</h2>
</div>
</div>

<div id="screenshot1" class="modal" >
<div id="screenshot1" class="image-modal" >
<div class="modal-content" >
<div class="screenshot1Lightbox" width="800" height="490">
<img src="/assets/postmanCollection.jpg" width="800" height="490" class="postcollection">
Expand Down
2 changes: 1 addition & 1 deletion public/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ pre {
border: 1px solid #424242;
}

.modal {
.image-modal {
display: none;
z-index: 1;
padding-top: 100px;
Expand Down

0 comments on commit b6bb125

Please sign in to comment.