diff --git a/09/miniwebsite/style.css b/09/miniwebsite/style.css index 39813b5..5e3a660 100644 --- a/09/miniwebsite/style.css +++ b/09/miniwebsite/style.css @@ -70,7 +70,7 @@ article { #description { height: 55vh; - overflow-y: scroll; + overflow-y: auto; }