Skip to content

Commit

Permalink
fix css issues
Browse files Browse the repository at this point in the history
  • Loading branch information
natterstefan committed Jul 10, 2018
1 parent cc72149 commit 0e21f03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/board/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const ThinContainer = styled.div`
min-width: 200px;
justify-content: center;
display: flex;
flex-direction: column;
`

class Board extends React.Component {
Expand Down
2 changes: 1 addition & 1 deletion src/styles/scrollbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/* Scrollbar */
::-webkit-scrollbar {
border: 1px solid #d5d5d5;
height: 2px;
height: 4px;
width: 5px;
}

Expand Down

0 comments on commit 0e21f03

Please sign in to comment.