Skip to content

Commit 82145f7

Browse files
authored
fix(ui): remove overflow hidden from app-header wrappers since it breaks 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
1 parent 0757e06 commit 82145f7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/ui/src/elements/AppHeader/index.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@
9090
display: flex;
9191
align-items: center;
9292
flex-grow: 1;
93-
overflow: hidden;
9493
width: 100%;
9594
}
9695

@@ -128,7 +127,6 @@
128127
gap: calc(var(--base) / 2);
129128
flex-shrink: 0;
130129
max-width: 600px;
131-
overflow: auto;
132130
white-space: nowrap;
133131

134132
&::-webkit-scrollbar {

0 commit comments

Comments
 (0)