Skip to content

Commit

Permalink
IBX-4937: Content Tree has CSS issues when loading plenty of children…
Browse files Browse the repository at this point in the history
… under a node
  • Loading branch information
GrabowskiM committed Feb 8, 2023
1 parent 4a64431 commit c4b49e7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
.c-list {
opacity: 0;
list-style: none;
max-height: 0;
display: none;
max-width: 0;
overflow: hidden;
}
Expand Down Expand Up @@ -220,7 +220,7 @@

> .c-list {
opacity: 1;
max-height: calculateRem(20000px);
display: block;
max-width: initial;
overflow: initial;
}
Expand Down

0 comments on commit c4b49e7

Please sign in to comment.