+ chrome-specific fixup for hiding .list pane scrollbar

This commit is contained in:
Alex Pankratov
2019-06-17 09:35:39 +02:00
parent f84528728c
commit c7a3bdd02c

View File

@@ -271,6 +271,10 @@
border-radius: 2px;
}
.board .list::-webkit-scrollbar {
display: none;
}
.board .list:first-child {
margin-left: 0;
}