Hide the scrollbar on the lobby graph

When hovering over a hook bordering the bottom of the lobby graph, a
scrollbar appears, probably because the icon grows in size to expand
below the box.
pull/6977/head
d10n 2020-07-11 23:18:46 -04:00
parent c228802d84
commit 7404cdb1d3
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
@extend %abs-100;
bottom: 0;
right: 0;
overflow: hidden;
.label {
color: $c-font-dim;
font-size: .7em;