Skip to content

Commit b760385

Browse files
committed
revert(panel, flow-item): reverts overflow rule. #8055 #8028 #8611
1 parent cd0b532 commit b760385

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/calcite-components/src/components/flow-item/flow-item.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
:host {
1111
@extend %component-host;
12-
@apply relative flex w-full flex-auto;
12+
@apply relative flex w-full flex-auto overflow-hidden;
1313
}
1414

1515
@include disabled();

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
:host {
1111
@extend %component-host;
12-
@apply relative flex w-full h-full flex-auto;
12+
@apply relative flex w-full h-full flex-auto overflow-hidden;
1313

1414
--calcite-min-header-height: calc(var(--calcite-icon-size) * 3);
1515
}

0 commit comments

Comments
 (0)