Fix terminal find z index

Fixes #137017
This commit is contained in:
Daniel Imms 2021-11-19 14:03:48 -08:00
parent 2f7ab5c0e0
commit 3c7bc14d8c

View file

@ -70,6 +70,10 @@
z-index: 31;
}
.monaco-workbench .simple-find-part-wrapper {
z-index: 32 !important;
}
.xterm .xterm-screen {
cursor: text;
}