mirror of
https://github.com/apankrat/nullboard.git
synced 2025-08-06 13:16:49 +02:00
+ chrome-specific fixup for hiding .list pane scrollbar
This commit is contained in:
@@ -271,6 +271,10 @@
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.board .list::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.board .list:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user