Skip to content

Commit 9b347ce

Browse files
fix: update css to resolve the overlapping issue in schema list (#6627)
1 parent 88cea1a commit 9b347ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/dataExplorer/components/Schema.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
border-left: 1px solid $cf-grey-25;
5555
padding-left: $cf-space-2xs;
5656
margin-top: $cf-space-xs;
57+
.cf-accordion--body-container--expanded {
58+
animation: none;
59+
}
5760
}
5861

5962
.selector-title {

0 commit comments

Comments
 (0)