From 0a6551169bb836a6e508ae756387f6be4381db53 Mon Sep 17 00:00:00 2001 From: "np.w" Date: Wed, 16 Dec 2020 22:34:08 -0600 Subject: [PATCH] skinny scollbar on html elem overflow --- client/public/index.html | 2 +- client/src/app.js | 2 +- client/src/box.js | 2 +- client/src/styles/app.css | 11 ++++++----- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/client/public/index.html b/client/public/index.html index 7500799..636f073 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -8,7 +8,7 @@ React App - +
diff --git a/client/src/app.js b/client/src/app.js index 47751b8..777f766 100644 --- a/client/src/app.js +++ b/client/src/app.js @@ -341,7 +341,7 @@ function App() { {} -
+
    {filteredData.map((box, index) => { return ( diff --git a/client/src/box.js b/client/src/box.js index e993164..b9e91ba 100644 --- a/client/src/box.js +++ b/client/src/box.js @@ -47,7 +47,7 @@ const Box = ({ boxData, boxHandler, itemHandler }) => { more_vert
-