From b4f0635216c54cad571647c4d168d5037b19bc62 Mon Sep 17 00:00:00 2001 From: DashCruft Date: Wed, 3 Aug 2022 19:47:14 -0700 Subject: [PATCH] Fixed data-tauri-drag-region for titlebar #62 --- src/App.vue | 2 +- src/css/default.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index a46dd809..75004e74 100644 --- a/src/App.vue +++ b/src/App.vue @@ -79,7 +79,7 @@ -
+
diff --git a/src/css/default.css b/src/css/default.css index 1527cb59..d8cff33a 100644 --- a/src/css/default.css +++ b/src/css/default.css @@ -131,6 +131,7 @@ body { } .titlebar { + position: relative; overflow: hidden; border-radius: 10px; background-color: #1e1f24;