Skip to content

Commit 9eab0c6

Browse files
authored
Update index.html
1 parent 166efb1 commit 9eab0c6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

index.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ <h1>jQuery.leanModal2</h1>
4545
<section class="whole smablet-half equalize">
4646
<h2>Defaults</h2>
4747
<textarea class="code rounded" readonly>$('.leanmodal').leanModal({
48-
top: '15vh',
4948
overlayOpacity: 0.7,
5049
closeButton: '.js-leanmodal-close',
5150
disableCloseOnOverlayClick: false,
@@ -58,7 +57,6 @@ <h3 class="button clickable rounded leanmodal-defaults" data-modal-id="#defaults
5857
<section class="whole smablet-half equalize">
5958
<h2>Modified</h2>
6059
<textarea class="code rounded" readonly>$('.leanmodal').leanModal({
61-
top: '1em',
6260
overlayOpacity: 0.3,
6361
closeButton: '.close-it',
6462
disableCloseOnOverlayClick: true,
@@ -92,7 +90,6 @@ <h3>Hello!</h3>
9290

9391
<script>
9492
$('.leanmodal-modified').leanModal({
95-
top: '1em',
9693
overlayOpacity: 0.3,
9794
closeButton: '.close-it',
9895
disableCloseOnOverlayClick: true,

0 commit comments

Comments
 (0)