Merge pull request #10 from ClicksMinutePer/development

Fixed overflow
diff --git a/styles/card.module.css b/styles/card.module.css
index 603d051..0150dff 100644
--- a/styles/card.module.css
+++ b/styles/card.module.css
@@ -25,7 +25,7 @@
 .panel {
 	position: absolute;
 	overflow-x: hidden;
-	overflow-y: auto;
+	overflow-y: hidden;
 	width: 88%;
 	height: 76%;
 	top: 12%;
@@ -96,4 +96,4 @@
 	margin: 5px;
 	padding: 5px 10px;
 	border-radius: 8px;
-}
\ No newline at end of file
+}