1
0
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:
chylex 2017-05-07 11:17:37 +02:00
parent 47e9dee647
commit 4b900e8932

View File

@ -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 {