Skip to content

Commit 12bbaac

Browse files
committed
fix(WebServer): prevent panel from covering status bar
Add z-index: 2 to .status-bar so it stays visible when the terminal panel is resized to fill most of the viewport.
1 parent 6917175 commit 12bbaac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Tools/WebServer/static/css/workbench.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -976,6 +976,7 @@ body.resizing-panel .sash {
976976
justify-content: space-between;
977977
padding: 0 10px;
978978
font-size: 11px;
979+
z-index: 2;
979980
}
980981

981982
.status-left,

0 commit comments

Comments
 (0)