Skip to content

Commit

Permalink
fix(ui): remove overflow hidden from app-header wrappers since it bre…
Browse files Browse the repository at this point in the history
…aks any popout elements (#9525)

Unblocks #9391

It was previously impossible to create popout, dropdown or other menus
from buttons added to the app-header component
  • Loading branch information
paulpopus authored Nov 26, 2024
1 parent 0757e06 commit 82145f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/ui/src/elements/AppHeader/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
display: flex;
align-items: center;
flex-grow: 1;
overflow: hidden;
width: 100%;
}

Expand Down Expand Up @@ -128,7 +127,6 @@
gap: calc(var(--base) / 2);
flex-shrink: 0;
max-width: 600px;
overflow: auto;
white-space: nowrap;

&::-webkit-scrollbar {
Expand Down

0 comments on commit 82145f7

Please sign in to comment.