Skip to content

Commit

Permalink
update fast-tab-panel to display flex on website fast-frame panel (mi…
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdholt authored Sep 10, 2021
1 parent 54a90cb commit d1aa447
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,10 @@ export const FastFrameStyles = css`
min-width: unset;
}
fast-tab-panel:not([hidden]) {
display: flex;
}
fast-tab-panel {
background: ${neutralFillLayerRest};
height: 100%;
Expand Down

0 comments on commit d1aa447

Please sign in to comment.