Skip to content

Commit

Permalink
Change overflow for children elements
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradPietocha committed Jan 2, 2025
1 parent af81be2 commit 21d9c8e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
div[data-component-name='ToolbarChildContainer'] {
overflow: visible;
}

div[data-component-name='ToolbarChildContainer'] > * {
overflow: visible;
}
}

.header-wrapper {
Expand Down

0 comments on commit 21d9c8e

Please sign in to comment.