提交 ba219e78 编写于 作者: I isidor

Reduce sash z-index to 20, remove z-index from workbench part

fixes #9678
上级 90a6af26
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
.monaco-sash { .monaco-sash {
position: absolute; position: absolute;
z-index: 100; z-index: 30;
touch-action: none; touch-action: none;
} }
......
...@@ -26,8 +26,7 @@ ...@@ -26,8 +26,7 @@
.monaco-workbench > .part { .monaco-workbench > .part {
position: absolute; position: absolute;
z-index: 1; box-sizing: border-box;
box-sizing: border-box;
} }
.monaco-workbench .action-bar-select { .monaco-workbench .action-bar-select {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册