Skip to content

Commit ea47cd3

Browse files
authored
fix(ui5-tab): expand tab height to tabcontainer height (#2360)
1 parent 6454e29 commit ea47cd3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/main/src/themes/TabContainer.css

+2
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282

8383
.ui5-tc__content {
8484
position: relative;
85+
display: flex;
8586
height: calc(100% - var(--_ui5_tc_header_height)); /* the header height (tabs with icons and text) */
8687
padding: 1rem;
8788
background-color: var(--sapGroup_ContentBackground);
@@ -104,6 +105,7 @@
104105
.ui5-tc__contentItem {
105106
max-height: 100%;
106107
display: flex;
108+
flex-grow: 1;
107109
overflow: auto;
108110
}
109111

0 commit comments

Comments
 (0)