rename input get large z-index, fixes #6075

This commit is contained in:
Johannes Rieken
2016-05-31 11:31:31 +02:00
parent 1635f5f6f5
commit 8c6ae59f01

View File

@@ -5,7 +5,7 @@
.monaco-editor .rename-box {
box-shadow: 0 2px 8px #A8A8A8;
z-index: 1;
z-index: 100;
color: inherit;
}