diff --git a/src/App.js b/src/App.js
index 976ea30..1943b7f 100644
--- a/src/App.js
+++ b/src/App.js
@@ -162,11 +162,11 @@ const App = () => {
{list.map(([key, el]) => (
{
if (!itemData) {
diff --git a/src/App.scss b/src/App.scss
index 8355533..2dfdcfc 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -21,7 +21,7 @@
}
.block-wrapper {
position: absolute;
- border: 1px solid rgb(224, 224, 224);
+ // border: 1px solid rgb(224, 224, 224);
opacity: 1;
padding: 8px 10px;
box-sizing: border-box;