Fixes #118979: Reduce find widget's z-index

This commit is contained in:
Alex Dima
2021-03-23 22:15:11 +01:00
parent 11c0904a56
commit a8b8e7bd48
+1 -1
View File
@@ -6,7 +6,7 @@
/* Find widget */
.monaco-editor .find-widget {
position: absolute;
z-index: 50;
z-index: 35;
height: 33px;
overflow: hidden;
line-height: 19px;