We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b57158a commit b98b30bCopy full SHA for b98b30b
packages/app/src/components/tabs.ts
@@ -15,6 +15,7 @@ export class DevtoolsTabs extends Element {
15
:host {
16
width: 100%;
17
flex-grow: 1;
18
+ min-height: 0;
19
display: flex;
20
flex-direction: column;
21
color: var(--vscode-foreground);
@@ -130,7 +131,8 @@ export class DevtoolsTab extends Element {
130
131
132
display: none;
133
- overflow-y: scroll;
134
135
+ overflow-y: auto;
136
scrollbar-width: none;
137
}
138
0 commit comments