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 06298d5 commit 4fd01efCopy full SHA for 4fd01ef
1 file changed
src/styles/Extn-Terminal.less
@@ -298,11 +298,11 @@
298
display: inline;
299
}
300
301
-/* ─── Shell dropdown (pops left of flyout actions) ─── */
+/* ─── Shell dropdown (pops above the actions row) ─── */
302
.terminal-shell-dropdown {
303
position: absolute;
304
- bottom: 0;
305
- right: 100%;
+ bottom: 100%;
+ right: 0;
306
min-width: 180px;
307
background: var(--terminal-tab-bg);
308
border: 1px solid var(--terminal-border);
0 commit comments