From 6cdefca7114c5338704159471dbacd172c03f6c3 Mon Sep 17 00:00:00 2001 From: Anatole Date: Thu, 18 May 2023 08:38:55 +0200 Subject: [PATCH 1/2] fix: chat scroller visible viewer list --- src/site/twitch.tv/modules/chat/ChatController.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/site/twitch.tv/modules/chat/ChatController.vue b/src/site/twitch.tv/modules/chat/ChatController.vue index 758f7dbeb..ead2d0a70 100644 --- a/src/site/twitch.tv/modules/chat/ChatController.vue +++ b/src/site/twitch.tv/modules/chat/ChatController.vue @@ -457,6 +457,7 @@ seventv-container.seventv-chat-list { } .seventv-chat-scroller { + z-index: 1; height: 100%; } From 44ffd3115336d1bb5386907e4e95800f320d6d26 Mon Sep 17 00:00:00 2001 From: Anatole Date: Thu, 18 May 2023 08:42:22 +0200 Subject: [PATCH 2/2] changelog --- CHANGELOG-nightly.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG-nightly.md b/CHANGELOG-nightly.md index f88addfd5..92c17e194 100644 --- a/CHANGELOG-nightly.md +++ b/CHANGELOG-nightly.md @@ -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