Skip to content

Commit db38add

Browse files
authored
Prettify scroll accordion header
1 parent 81f3469 commit db38add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/schema/SchemaListingGroup.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<div class="accordion my-2">
2828
<div class="accordion-item">
29-
<h2 class="accordion-button bg-body-secondary" data-bs-toggle="collapse" data-bs-target={'#' + id.replaceAll('_', '-') + '_body'}
29+
<h2 class="accordion-button bg-body-secondary scroll-target" data-bs-toggle="collapse" data-bs-target={'#' + id.replaceAll('_', '-') + '_body'}
3030
aria-controls={'#' + id.replaceAll('_', '-') + '_body'} id={id.replaceAll('_', '-')}>
3131
<a
3232
class="text-decoration-none text-success"

0 commit comments

Comments
 (0)