Skip to content

Commit 3c79659

Browse files
committed
Make Appearance settings scrollable
1 parent b5a257b commit 3c79659

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

app/src/ui/preferences/appearance.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ export class Appearance extends React.Component<
378378

379379
public render() {
380380
return (
381-
<DialogContent>
381+
<DialogContent className="appearance-tab">
382382
{this.renderSelectedTheme()}
383383
{this.renderRepositoryList()}
384384
{this.renderBranchSortOrder()}

app/styles/ui/_dialog.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,8 @@ dialog {
522522
$default-tab-height: 430px;
523523
min-height: $default-tab-height;
524524

525-
&.accounts-tab {
525+
&.accounts-tab,
526+
&.appearance-tab {
526527
max-height: $default-tab-height;
527528
overflow: auto;
528529
}

0 commit comments

Comments
 (0)