Skip to content

Commit 93d6949

Browse files
RedHeadphoneSysSn13
authored andcommitted
fixes accordian overlapping elements below it
1 parent f335e2f commit 93d6949

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/stylesheets/main.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ td {
159159
font-weight: 300;
160160
max-height: 0;
161161
opacity: 0;
162+
overflow: hidden;
162163
color: var(--color-text-muted);
163164
transform: translateX(16px);
164165
transition: max-height 0.5s ease, opacity 0.5s, transform 0.5s;

0 commit comments

Comments
 (0)