Skip to content

Commit d79c57d

Browse files
Den-dppkozlowski-opensource
authored andcommitted
fix(devtools): eliminate unnecessary scrollbars on injector tree (angular#59966)
Modify CSS to eliminate unnecessary scrollbars on injector tree PR Close angular#59966
1 parent c4360fe commit d79c57d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

devtools/projects/ng-devtools/src/lib/devtools-tabs/injector-tree/injector-tree.component.scss

+4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ as-split-area {
2525
overflow-y: auto !important;
2626
}
2727

28+
svg {
29+
display: block;
30+
}
31+
2832
:host {
2933
::ng-deep {
3034
.mat-tab-label {

0 commit comments

Comments
 (0)