Skip to content

Commit

Permalink
Fix drag-and-drop rendering bug
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinsonZ committed Nov 28, 2023
1 parent 9e03ffa commit 920599e
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 @@ -180,7 +180,7 @@ function App(): JSX.Element {
</header>
<header
className={classNames(
"fixed z-10 top-0 left-0 h-screen w-[250px] ps-6 bg-white pt-[6rem] ease-in-out transition-transform p-4 overflow-scroll drop-shadow",
"fixed z-10 top-0 left-0 h-screen w-[250px] ps-6 bg-white pt-[6rem] ease-in-out transition-transform p-4 overflow-scroll box-shadow",
{ "translate-x-[-250px]": !isImporting }
)}
>
Expand Down

0 comments on commit 920599e

Please sign in to comment.