Skip to content

Commit

Permalink
Command: file drag cover stays atop all elements, including Buttons
Browse files Browse the repository at this point in the history
Fixes #5.
  • Loading branch information
zeh committed Aug 11, 2023
1 parent 9bb0e90 commit 96c9def
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/CommandFormFieldInput/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
flex-direction: column;
border: 16px dashed rgba(255, 255, 255, 0.4);
cursor: no-drop;
z-index: 2000;
}

.hidden {
Expand Down

0 comments on commit 96c9def

Please sign in to comment.