Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: chat scroller visible viewer list #617

Merged
merged 2 commits into from
May 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG-nightly.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
- Added sub duration & account creation date in the User Card
- Added a button to open an emote's full page from the emote card
- Fixed an issue where clicking the upper drag region in the User Card opened the user's channel
- Fixed UserCard content overflowing due to long messages
- Fixed user card content overflowing due to long messages
- Fixed chat scroller being visible in the viewer list

### Version 3.0.7.1000

Expand Down
1 change: 1 addition & 0 deletions src/site/twitch.tv/modules/chat/ChatController.vue
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ seventv-container.seventv-chat-list {
}

.seventv-chat-scroller {
z-index: 1;
height: 100%;
}

Expand Down