diff --git a/src/components/window/TitleBar.module.css b/src/components/window/TitleBar.module.css index e783c97..0be491b 100644 --- a/src/components/window/TitleBar.module.css +++ b/src/components/window/TitleBar.module.css @@ -3,7 +3,7 @@ padding: 2px 2px 2px 3px !important; align-items: center !important; cursor: move !important; - touch-action: none; + touch-action: none !important; } .titleBar:global(.inactive) { diff --git a/src/components/window/TitleBar.tsx b/src/components/window/TitleBar.tsx index 9474e74..2fb46ae 100644 --- a/src/components/window/TitleBar.tsx +++ b/src/components/window/TitleBar.tsx @@ -35,7 +35,7 @@ export const TitleBar = forwardRef(function Title ref, ) { return ( -
+
{icon && (