Skip to content

Commit c15bab1

Browse files
authored
Merge pull request lichess-org#6977 from d10n/hide-lobby-graph-scrollbar
Hide the scrollbar on the lobby graph
2 parents 75894df + 7404cdb commit c15bab1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/lobby/css/app/_hook-chart.scss

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
@extend %abs-100;
33
bottom: 0;
44
right: 0;
5+
overflow: hidden;
56
.label {
67
color: $c-font-dim;
78
font-size: .7em;

0 commit comments

Comments
 (0)