fix(ui): remove overflow hidden from app-header wrappers since it breaks any popout elements (#9525)

Unblocks https://github.com/payloadcms/payload/pull/9391

It was previously impossible to create popout, dropdown or other menus
from buttons added to the app-header component
This commit is contained in:
Paul
2024-11-25 18:26:54 -06:00
committed by GitHub
parent 0757e06e71
commit 82145f7bb0

View File

@@ -90,7 +90,6 @@
display: flex;
align-items: center;
flex-grow: 1;
overflow: hidden;
width: 100%;
}
@@ -128,7 +127,6 @@
gap: calc(var(--base) / 2);
flex-shrink: 0;
max-width: 600px;
overflow: auto;
white-space: nowrap;
&::-webkit-scrollbar {