mirror of
https://github.com/chylex/Transparent-Twitch-Chat.git
synced 2025-04-10 22:15:45 +02:00
Hide player scrollbar, fix chat scrollbar showing up with every new message
This commit is contained in:
parent
47e9dee647
commit
4b900e8932
10
src/main.js
10
src/main.js
@ -69,6 +69,16 @@ function generateCSS(){
|
||||
right: ${settings.chatWidth}px;
|
||||
}
|
||||
|
||||
// fix scrollbars
|
||||
|
||||
.theatre #main_col .tse-scrollbar {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.theatre #right_col:not(:hover) .chat-messages .tse-scrollbar {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
// change chat container
|
||||
|
||||
.theatre #right_col {
|
||||
|
Loading…
Reference in New Issue
Block a user