Skip to content

Commit

Permalink
Merge pull request #6 from jsh854/fixes/scrollInAnswer
Browse files Browse the repository at this point in the history
making the description scrollable
  • Loading branch information
ishwarrimal authored Dec 2, 2024
2 parents a241ea6 + 8d63bd1 commit 56cfd15
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/components/Popup/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@
z-index: 1000;
animation: fadeIn 0.3s ease;
}
.description {
text-align: left;
max-height:50vh;
overflow-y: scroll;

}
.description::-webkit-scrollbar{
display:none;
}

.popup-correct {
border: 3px solid #28a745;
Expand Down

0 comments on commit 56cfd15

Please sign in to comment.