diff --git a/kallithea/public/less/style.less b/kallithea/public/less/style.less --- a/kallithea/public/less/style.less +++ b/kallithea/public/less/style.less @@ -814,10 +814,13 @@ div.comment-prev-next-links div.next-com } .mid > .log-container { position: relative; + overflow: hidden; > .extra-container { position: absolute; top: 0; right: 0; + background: white; + box-shadow: -10px 0px 10px 0px white; } } }