From e6dacc0e0dae1145d6a3722ecc108889cea96b74 Mon Sep 17 00:00:00 2001 From: edelvarden Date: Sat, 27 Apr 2024 19:15:46 -0700 Subject: [PATCH 1/2] fix the scrolling list for clipboards --- src/components/pages/app/App.tsx | 2 +- src/components/pages/app/Clipboards.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/pages/app/App.tsx b/src/components/pages/app/App.tsx index 73a1625e..a7946b59 100644 --- a/src/components/pages/app/App.tsx +++ b/src/components/pages/app/App.tsx @@ -18,7 +18,7 @@ function App() {
-
+

{getCurrentTab()?.name?.toUpperCase()} diff --git a/src/components/pages/app/Clipboards.tsx b/src/components/pages/app/Clipboards.tsx index 95a98310..0cd3a28f 100644 --- a/src/components/pages/app/Clipboards.tsx +++ b/src/components/pages/app/Clipboards.tsx @@ -82,7 +82,7 @@ export const Clipboards: Component = ({}) => {

} > -
setClipboardRef(ref)} onScroll={onScroll} class="h-full overflow-auto pb-5"> +
setClipboardRef(ref)} onScroll={onScroll} class="overflow-y-auto pb-5">
-
{IconFunctions(clipboard)}
+
+
{IconFunctions(clipboard)}
+