Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Commit

Permalink
Merge pull request #3 from timmyjose-projects/fix-focus-in-mixed-mode
Browse files Browse the repository at this point in the history
Fix for issue: #1 (Focus is lost at bottom of flex box in mixed mode).
  • Loading branch information
timmyjose authored Jun 5, 2020
2 parents b2ac22a + d5d77f0 commit cf4167c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css/change_layout_page.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#board.trello-layout-vertical, #board.trello-layout-mixed {
display: flex;
overflow-x: auto;
overflow-y: auto;
}

#board.trello-layout-vertical {
Expand Down

0 comments on commit cf4167c

Please sign in to comment.