Skip to content

Commit

Permalink
fix: add scroll to annotation views without tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpestov committed Feb 6, 2025
1 parent cd66b00 commit 3a21d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/annotations/AnnotationsView.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="t-p-4">
<div class="t-p-4 t-overflow-auto">
<AnnotationsList
v-if="filteredAnnotations.length > 0"
class="custom-font"
Expand Down

0 comments on commit 3a21d66

Please sign in to comment.