OrganizedContent should overflow with a scrollbar

This commit is contained in:
Aditya Thakral 2021-09-03 15:29:51 -04:00
parent 87dd7f3a38
commit 498fa1d375
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
display: flex;
flex-direction: column;
width: 100%;
overflow-x: auto;
}
.content h1 {