Skip to content

Commit

Permalink
fix: Sidebar is not sticky after navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarsen136 committed Dec 11, 2024
1 parent 68996f5 commit f1706b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion components/swap/Preview.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<template>
<div class="md:w-[380px] relative">
<span ref="target" />
<span
ref="target"
class="md:relative md:top-[-100px]"
/>

<div
class="border bg-background-color shadow-primary h-min"
Expand Down

0 comments on commit f1706b3

Please sign in to comment.