Skip to content

Commit

Permalink
fix(ui): removes overflow: hidden style from actions wrapper (#8717)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikKozak authored Oct 15, 2024
1 parent 303a224 commit 8d10737
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ui/src/elements/AppHeader/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@

&__actions-wrapper {
position: relative;
overflow: hidden;
display: flex;
align-items: center;
gap: calc(var(--base) / 2);
Expand Down

0 comments on commit 8d10737

Please sign in to comment.