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 {
position: absolute;
z-index: 3000;
z-index: 2520; /* Below quick input at 2550, above custom titlebar toolbar at 2500 */
height: 26px;
display: flex;
padding-left: 7px;