Skip to content

Commit

Permalink
#103 update scrollable area for sentry page modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreezag committed Jul 9, 2024
1 parent 8d425f2 commit 4baa102
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/screens/sentry/ui/sentry-page-tags/sentry-page-tags.vue
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,12 @@ const modules = computed(() => {
}
}
.sentry-page-tags__labels-wrapper--partial {
@apply max-h-[200px] overflow-y-auto;
}
.sentry-page-tags__labels {
@apply flex flex-row flex-wrap items-center text-purple-600 dark:text-purple-100 gap-3 mt-3;
.sentry-page-tags__labels-wrapper--partial & {
@apply max-h-[200px] overflow-y-auto;
}
}
.sentry-page-tags__label {
Expand Down

0 comments on commit 4baa102

Please sign in to comment.