Skip to content

Commit

Permalink
fix(header-panel): allow vertical overflow when expanded (#17160)
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Aug 16, 2024
1 parent 27a27bc commit 1a40999
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@
border-inline-end: 1px solid $border-subtle;
border-inline-start: 1px solid $border-subtle;
inline-size: mini-units(32);
overflow-y: auto;
}
}

0 comments on commit 1a40999

Please sign in to comment.