Skip to content
Snippets Groups Projects
Commit 487db896 authored by timothycarambat's avatar timothycarambat
Browse files

patch unnessecary scrollbars

resolves #2943
parent 6134c15c
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ const HistoricalMessage = ({
saveChanges={saveEditedMessage}
/>
) : (
<div className="overflow-x-scroll break-words show-scrollbar">
<div className="overflow-x-scroll break-words">
<span
className="flex flex-col gap-y-1"
dangerouslySetInnerHTML={{
......
......@@ -62,7 +62,7 @@ const PromptReply = ({
<div className="flex gap-x-5">
<WorkspaceProfileImage workspace={workspace} />
<span
className="overflow-x-scroll break-words show-scrollbar"
className="overflow-x-scroll break-words"
dangerouslySetInnerHTML={{ __html: renderMarkdown(reply) }}
/>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment