Skip to content

Commit 1a40999

Browse files
authored
fix(header-panel): allow vertical overflow when expanded (#17160)
1 parent 27a27bc commit 1a40999

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/styles/scss/components/ui-shell/header-panel/_header-panel.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@
3838
border-inline-end: 1px solid $border-subtle;
3939
border-inline-start: 1px solid $border-subtle;
4040
inline-size: mini-units(32);
41+
overflow-y: auto;
4142
}
4243
}

0 commit comments

Comments
 (0)