mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-05-09 03:35:38 +02:00
refactor: better state control for browser download
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user