Skip to content

Commit

Permalink
Enhance MentionList styles by adding horizontal overflow hidden and b…
Browse files Browse the repository at this point in the history
…order-radius for improved aesthetics. This update aims to refine the visual presentation of the AIChat component, ensuring a more polished user interface.
  • Loading branch information
trheyi committed Dec 19, 2024
1 parent 0c3b821 commit 3cb029d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
.list {
max-height: 200px;
overflow-y: auto;
overflow-x: hidden;
border-radius: 8px;

&::-webkit-scrollbar {
width: 6px;
Expand Down

0 comments on commit 3cb029d

Please sign in to comment.