changeset 7382:acadcb01edda

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.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Sun, 16 Sep 2018 21:03:30 +0200
parents b8deb93894ea
children 618f2158562e
files kallithea/public/less/kallithea-diff.less
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;