Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
#883 Board now is at least 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
damianprzygodzki committed Jun 22, 2017
1 parent 0e2126f commit 38044d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/assets/css/board.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.board {
height: calc(100vh - 55px);
min-height: calc(100vh - 55px);
background-color: #fff;
padding: .4rem;
}
Expand All @@ -14,7 +14,6 @@
align-items: stretch;
overflow-x: scroll;
overflow-y: hidden;
height: calc(100% - 55px);
}

.board-lane {
Expand Down

0 comments on commit 38044d0

Please sign in to comment.