Skip to content

Commit 4fd01ef

Browse files
committed
fix(terminal): position shell dropdown above chevron button
1 parent 06298d5 commit 4fd01ef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/styles/Extn-Terminal.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,11 +298,11 @@
298298
display: inline;
299299
}
300300

301-
/* ─── Shell dropdown (pops left of flyout actions) ─── */
301+
/* ─── Shell dropdown (pops above the actions row) ─── */
302302
.terminal-shell-dropdown {
303303
position: absolute;
304-
bottom: 0;
305-
right: 100%;
304+
bottom: 100%;
305+
right: 0;
306306
min-width: 180px;
307307
background: var(--terminal-tab-bg);
308308
border: 1px solid var(--terminal-border);

0 commit comments

Comments
 (0)