We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60dc250 commit b6bb125Copy full SHA for b6bb125
pages/getting-started/learning-odata-on-postman.html
@@ -26,7 +26,7 @@ <h2>How to Learn OData on Postman</h2>
26
</div>
27
28
29
-<div id="screenshot1" class="modal" >
+<div id="screenshot1" class="image-modal" >
30
<div class="modal-content" >
31
<div class="screenshot1Lightbox" width="800" height="490">
32
<img src="/assets/postmanCollection.jpg" width="800" height="490" class="postcollection">
public/css/site.css
@@ -337,7 +337,7 @@ pre {
337
border: 1px solid #424242;
338
}
339
340
-.modal {
+.image-modal {
341
display: none;
342
z-index: 1;
343
padding-top: 100px;
0 commit comments