Merge pull request #301 from vkrm-segta/feature/ChatScroll

resolved chat horizontal  scrolling
This commit is contained in:
Henry Heng
2023-06-12 16:24:51 +01:00
committed by GitHub
@@ -2,6 +2,7 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
overflow-y: scroll; overflow-y: scroll;
overflow-x: hidden;
border-radius: 0.5rem; border-radius: 0.5rem;
} }
@@ -75,6 +76,9 @@
} }
.markdownanswer a { .markdownanswer a {
display: block;
margin-right: 2.5rem;
word-wrap: break-word;
color: #16bed7; color: #16bed7;
font-weight: 500; font-weight: 500;
} }