fix: drag error

#643
This commit is contained in:
MystiPanda
2024-03-16 20:37:39 +08:00
parent 82246fd9c7
commit e2498b3e91
3 changed files with 10 additions and 5 deletions

View File

@@ -157,7 +157,12 @@ const Layout = () => {
<div className="layout__right">
{
<div className="the-bar" data-tauri-drag-region="true">
<div className="the-bar">
<div
className="the-dragbar"
data-tauri-drag-region="true"
style={{ width: "100%" }}
></div>
{OS !== "macos" && <LayoutControl />}
</div>
}