Skip to content

Commit

Permalink
fix(ui5-tab): expand tab height to tabcontainer height (#2360)
Browse files Browse the repository at this point in the history
  • Loading branch information
fifoosid authored Oct 16, 2020
1 parent 6454e29 commit ea47cd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/main/src/themes/TabContainer.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@

.ui5-tc__content {
position: relative;
display: flex;
height: calc(100% - var(--_ui5_tc_header_height)); /* the header height (tabs with icons and text) */
padding: 1rem;
background-color: var(--sapGroup_ContentBackground);
Expand All @@ -104,6 +105,7 @@
.ui5-tc__contentItem {
max-height: 100%;
display: flex;
flex-grow: 1;
overflow: auto;
}

Expand Down

0 comments on commit ea47cd3

Please sign in to comment.