Skip to content

Commit

Permalink
fix: source code overflow (#2110)
Browse files Browse the repository at this point in the history
  • Loading branch information
onlyling committed May 11, 2024
1 parent fa89a4b commit dbe6542
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions suites/theme-mobile/src/builtins/Previewer/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,19 @@

&-tabs {
height: 100%;
display: flex;
flex-direction: column;

.dumi-default-tabs {
&-content,
&-tabpane,
&-content-holder {
&-tabpane {
height: 100%;
}

&-content-holder {
flex: 1;
overflow: auto;
}
}
}

Expand Down

0 comments on commit dbe6542

Please sign in to comment.