🐛 优化拖动时候的容易选中的bug

This commit is contained in:
Tw93
2023-04-06 00:05:14 +08:00
parent 72645f9cf5
commit 7780c30f45
2 changed files with 3 additions and 1 deletions

View File

@@ -237,8 +237,9 @@ window.addEventListener('DOMContentLoaded', (_event) => {
width: 100%;
height: 20px;
cursor: grab;
cursor: -webkit-grab;
-webkit-app-region: drag;
user-select: none;
-webkit-user-select: none;
z-index: 90000;
}
`;