refactor: better state control for browser download

This commit is contained in:
zhom
2025-06-22 06:23:27 +04:00
parent 3d3a3b3816
commit f51aa9ed85
6 changed files with 88 additions and 20 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ export function WindowDragArea() {
return (
<button
type="button"
className="fixed top-0 right-0 left-0 h-10 bg-transparent border-0 pointer-events-none z-9999"
className="fixed top-0 right-0 left-0 h-10 bg-transparent border-0 z-9999"
style={{
// Ensure it's above all other content
zIndex: 9999,