Skip to content

Commit

Permalink
SideContainer.scss enable scrolling to prevent the container to overf… (
Browse files Browse the repository at this point in the history
#445)

SideContainer.scss enable scrolling to prevent the container to overflow away from the page.

Especially in discussions with many comments.
  • Loading branch information
michalmasrna1 authored Nov 22, 2024
1 parent 557cbe5 commit 808d2dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Problems/SideContainer.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 808d2dd

Please sign in to comment.