From 988485f849e32772b88e904ed1379e5aba68fb99 Mon Sep 17 00:00:00 2001 From: Michal Masrna Date: Fri, 22 Nov 2024 14:11:51 +0100 Subject: [PATCH] SideContainer.scss enable scrolling to prevent the container to overflow away from the page. Especially in discussions with many comments. --- src/components/Problems/SideContainer.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Problems/SideContainer.module.scss b/src/components/Problems/SideContainer.module.scss index fd47ea10..a5f2c674 100644 --- a/src/components/Problems/SideContainer.module.scss +++ b/src/components/Problems/SideContainer.module.scss @@ -6,6 +6,7 @@ // potrebne, aby sa dodrzali parent hranice komponentu, aj ked tu bude vela contentu. // ratame s tym, ze si overflow ten content (napr. div s komentarmi) ohandli sam scrollbarom. overflow: hidden; + max-height: 100%; } .title {