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
-
+
{boxData.item.map(((item, index) => {
return - fieldset > label {
display: flex;
@@ -154,13 +155,13 @@ li.box {
max-height: 200px;
overflow-y: auto;
}
-.list-box-item::-webkit-scrollbar {
+.scroll-container::-webkit-scrollbar {
width: 5px;
}
-.list-box-item::-webkit-scrollbar-track {
+.scroll-container::-webkit-scrollbar-track {
background: #ddd;
}
-.list-box-item::-webkit-scrollbar-thumb {
+.scroll-container::-webkit-scrollbar-thumb {
background: #666;
}
li.item {