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 8048efa commit 11f83e1Copy full SHA for 11f83e1
packages/app/src/components/workbench.ts
@@ -142,7 +142,7 @@ export class DevtoolsWorkbench extends Element {
142
</section>
143
144
${!this.#toolbarCollapsed ? this.#dragVertical.getSlider('z-[999] -mt-[5px] pointer-events-auto') : nothing}
145
- <wdio-devtools-tabs cacheId="activeWorkbenchTab" class="relative z-10 border-t-[1px] border-t-panelBorder ${this.#toolbarCollapsed ? 'hidden' : ''} flex-1 min-h-0">
+ <wdio-devtools-tabs cacheId="activeWorkbenchTab" class="relative z-10 border-t-[1px] border-t-panelBorder ${this.#toolbarCollapsed ? 'hidden' : ''} flex-1 min-h-0 pb-10">
146
<wdio-devtools-tab label="Source">
147
<wdio-devtools-source></wdio-devtools-source>
148
</wdio-devtools-tab>
0 commit comments