Skip to content

Commit

Permalink
fix dark theme scroll (#7601)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuang11 authored Jan 7, 2025
1 parent d2c32ae commit 66905fa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions panel/dist/css/chat_feed.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
.chat-feed-header {
margin-left: 15px;
}

::-webkit-scrollbar {
width: 8px;
}

::-webkit-scrollbar-thumb {
background-color: var(--panel-secondary-color, #f1f1f1);
}

0 comments on commit 66905fa

Please sign in to comment.