commit | 40af744c74df65e73d82f6bee279bf37cf5151a4 | [log] [tgz] |
---|---|---|
author | Samuel Shuert <samuel@clicksminuteper.net> | Mon Oct 25 16:00:18 2021 -0500 |
committer | GitHub <noreply@github.com> | Mon Oct 25 16:00:18 2021 -0500 |
tree | 7bb49a6b268e729d214540520bb849219de7ab14 | |
parent | 17f69015fa30c76454432b431f2e10958d17af15 [diff] |
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 +}