File tree 2 files changed +3
-5
lines changed
arduino-ide-extension/src/browser
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 44
44
height : 100% ; /* This has top be 100% down to the `scrollContainer`. */
45
45
}
46
46
47
- .filterable-list-container .items-container {
48
- padding-bottom : calc (2 * var (--theia-statusBar-height ));
49
- }
50
-
51
47
.filterable-list-container .items-container > div > div : nth-child (odd) {
52
48
background-color : var (--theia-sideBar-background );
53
49
filter : contrast (105% );
Original file line number Diff line number Diff line change @@ -51,7 +51,9 @@ export class FilterableListContainer<
51
51
< div className = { 'filterable-list-container' } >
52
52
{ this . renderSearchBar ( ) }
53
53
{ this . renderSearchFilter ( ) }
54
- { this . renderComponentList ( ) }
54
+ < div className = "filterable-list-container" >
55
+ { this . renderComponentList ( ) }
56
+ </ div >
55
57
</ div >
56
58
) ;
57
59
}
You can’t perform that action at this time.
0 commit comments