# HG changeset patch # User Thomas De Schampheleire # Date 1537124610 -7200 # Node ID acadcb01edda2b132659b1a371a3dab60a234f9a # Parent b8deb93894eafd7f4fdf45b1c5a32804198e0182 style: remove vertical scrollbar on hover of last line's comment bubble When hovering the comment bubble of the last line of a diff, a vertical scrollbar appears. This behavior is not present on the stable branch. Attempts to fix the problem by changing element sizes or padding did not solve the problem. As an alternative, this commit hides overflow - this makes no visual difference. diff -r b8deb93894ea -r acadcb01edda kallithea/public/less/kallithea-diff.less --- a/kallithea/public/less/kallithea-diff.less Sat Sep 15 20:45:23 2018 +0200 +++ b/kallithea/public/less/kallithea-diff.less Sun Sep 16 21:03:30 2018 +0200 @@ -188,6 +188,7 @@ border: 1px solid @kallithea-theme-main-color; border-radius: 3px; box-sizing: border-box; + overflow: hidden; } .add-bubble div:before { font-size: 14px;