Fix floating debug toolbar zindex (#216627)

Fix #216421
This commit is contained in:
Rob Lourens 2024-06-19 08:20:29 -07:00 committed by GitHub
parent 11f415d4d7
commit f97a14715e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@
.monaco-workbench .debug-toolbar { .monaco-workbench .debug-toolbar {
position: absolute; position: absolute;
z-index: 3000; z-index: 2520; /* Below quick input at 2550, above custom titlebar toolbar at 2500 */
height: 26px; height: 26px;
display: flex; display: flex;
padding-left: 7px; padding-left: 7px;