From 6be665c5894a35bdd038b01fae153e416c867de9 Mon Sep 17 00:00:00 2001 From: lakub-muravlov Date: Sun, 18 Jul 2021 17:41:14 +0300 Subject: [PATCH] Fix lesson cards overflow --- src/layouts/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/index.css b/src/layouts/index.css index 692c43c..79298d2 100644 --- a/src/layouts/index.css +++ b/src/layouts/index.css @@ -169,7 +169,7 @@ body { margin: 15px; padding: 15px; border-radius: 8px; - overflow: scroll; + overflow: auto; } .lesson > h1 {