fix: Try to fix touch drag

#456
This commit is contained in:
MystiPanda
2024-03-11 12:36:20 +08:00
parent 9f94cad615
commit e6589bee5b
4 changed files with 14 additions and 16 deletions

View File

@@ -60,6 +60,6 @@ body {
-ms-user-select: none;
}
[data-windrag] {
[data-tauri-drag-region] {
app-region: drag;
}

View File

@@ -91,12 +91,13 @@
// background-color: var(--background-color-alpha);
.the-bar {
position: absolute;
top: 0px;
right: 0px;
// position: absolute;
// top: 0px;
// right: 0px;
height: 24px;
display: flex;
align-items: center;
// align-items: center;
justify-content: end;
box-sizing: border-box;
z-index: 2;
}