diff --git a/Iceshrimp.Frontend/Components/RecursiveNote.razor.css b/Iceshrimp.Frontend/Components/RecursiveNote.razor.css index ca01edfe..39dbb680 100644 --- a/Iceshrimp.Frontend/Components/RecursiveNote.razor.css +++ b/Iceshrimp.Frontend/Components/RecursiveNote.razor.css @@ -50,6 +50,8 @@ .note-container { display: flex; + width: 100%; + overflow: auto; } .line-container {