Skip to content

Commit 9d5764e

Browse files
authored
fix(shell-panel): handle overflow scrolling (#12069)
**Related Issue:** #12057 ## Summary - add full width and height to container - add screenshot test - repro test case: https://codepen.io/driskull/pen/xbbPBwN?editors=1000 - Notice how the center bottom shell panel isn't positioned or overflowing correctly
1 parent 9992265 commit 9d5764e

File tree

2 files changed

+1801
-1
lines changed

2 files changed

+1801
-1
lines changed

packages/calcite-components/src/components/shell-panel/shell-panel.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,9 @@
283283
items-stretch
284284
self-stretch
285285
relative
286-
box-border;
286+
box-border
287+
w-full
288+
h-full;
287289
}
288290

289291
:host([layout="horizontal"]) .content-container {

0 commit comments

Comments
 (0)