Skip to content

Commit

Permalink
modal-patch-mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
sikhote committed Jan 17, 2025
1 parent 780dd85 commit 0eb925f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/components/modal/examples/Modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
<br />
<long-modal />
<div class="spacer" />
<div class="sticky">Something sticky</div>
</div>
</template>

Expand Down Expand Up @@ -119,12 +118,4 @@ export default {
.spacer {
height: 100vh;
}
.sticky {
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: red;
}
</style>

0 comments on commit 0eb925f

Please sign in to comment.