Skip to content

Commit

Permalink
Fix trash can display bug
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinsonZ committed Nov 28, 2023
1 parent dbe9ab7 commit 5737ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ function App(): JSX.Element {
className={classNames("min-h-screen max-h-screen absolute pt-20")}
>
<div className="absolute top-0 left-0 mx-auto pt-24 px-8 h-[100vh] pb-6 max-h-full w-full">
<div className="fixed bottom-5 left-5">
<div className="fixed bottom-5 left-5 z-50">
<Droppable droppableId="_TRASH">
{(provider, snapshot) => (
<div
Expand Down

0 comments on commit 5737ecc

Please sign in to comment.