Skip to content

Commit 19c0334

Browse files
use fixed footer and overflow: auto for content (arduino#1256)
1 parent f22be3c commit 19c0334

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

arduino-ide-extension/src/browser/style/settings-dialog.css

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66

77
#arduino-settings-dialog-container > .dialogBlock > .dialogContent {
88
justify-content: flex-start;
9+
overflow: auto;
10+
}
11+
12+
#arduino-settings-dialog-container > .dialogBlock > .dialogControl {
13+
padding: 16px 0 26px;
914
}
1015

1116
.arduino-settings-dialog .content {
@@ -62,7 +67,7 @@
6267
}
6368

6469
.arduino-settings-dialog .react-tabs__tab-panel {
65-
padding-bottom: 25px;
70+
padding-bottom: 8px;
6671
}
6772

6873
.arduino-settings-dialog .react-tabs__tab-list {

0 commit comments

Comments
 (0)