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