Fix: Settings Window Title Bar Draggable Region Deadzone (#139)

This commit is contained in:
Jeffrey Mitchell
2024-12-09 22:58:55 -06:00
committed by GitHub
parent a79578142d
commit 3b2c2960a9

View File

@@ -27,6 +27,7 @@ export function WindowControls({ className, onlyX }: Props) {
className={classNames(className, 'ml-4 absolute right-0 top-0 bottom-0')}
justifyContent="end"
style={{ width: WINDOW_CONTROLS_WIDTH }}
data-tauri-drag-region
>
{!onlyX && (
<>