Skip to content

Commit

Permalink
fix: create space above events page sidebar column for sticky header
Browse files Browse the repository at this point in the history
  • Loading branch information
Jess Divers committed Aug 30, 2024
1 parent 59f45bc commit 60c3e60
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pages/events/[slug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -241,10 +241,7 @@ const parsedFTVAEventScreeningDetails = computed(() => {
</main>
</template>
<style
lang="scss"
scoped
>
<style lang="scss" scoped>
// VARS - TO DO move to global? reference tokens?
// WIDTH, HEIGHT, SPACING
$max-width: 1160px;
Expand Down Expand Up @@ -325,7 +322,7 @@ $pale-blue: #E7EDF2;
.sidebar-content-wrapper {
position: sticky;
top: 0;
top: 85px;
will-change: top;
}
}
Expand Down

0 comments on commit 60c3e60

Please sign in to comment.