diff --git a/07-usepopcorn/final/src/index.css b/07-usepopcorn/final/src/index.css index ecb25b8f2d..beef413f70 100644 --- a/07-usepopcorn/final/src/index.css +++ b/07-usepopcorn/final/src/index.css @@ -54,7 +54,7 @@ body { max-width: 42rem; background-color: var(--color-background-500); border-radius: 0.9rem; - overflow: scroll; + overflow: auto; position: relative; } @@ -138,7 +138,7 @@ body { .list { list-style: none; padding: 0.8rem 0; - overflow: scroll; + overflow: auto; } .list-watched {