fix: Try to fix touch drag

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

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;
}