1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-22 00:15:48 +02:00

Make bottom scrollbar slightly taller when rounded scrollbars are disabled

This commit is contained in:
chylex 2017-05-16 21:18:15 +02:00
parent 4c5f5e2cce
commit e3b2ff7f0e

View File

@ -359,6 +359,7 @@ enabled(){
this.css.insert(".antiscroll-scrollbar { border-radius: 0 }");
this.css.insert(".antiscroll-scrollbar-vertical { margin-top: 0 }");
this.css.insert(".antiscroll-scrollbar-horizontal { margin-left: 0 }");
this.css.insert(".app-columns-container::-webkit-scrollbar { height: 9px !important }");
}
if (this.config.revertReplies){