提交 9979d4f2 编写于 作者: E Eric Amodio

Fixes a tiny dead zone because of the resizer

AFAICT, the `-webkit-app-region: no-drag` of the resizer seems to only be honored for the first 4px. Any more and it doesn't eat the mouse event and creates a dead zone
上级 d2f01a47
......@@ -68,7 +68,7 @@
position: absolute;
top: 0;
width: 100%;
height: 20%;
height: 4px;
}
.monaco-workbench.windows.fullscreen .part.titlebar > .resizer,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册