Skip to content

Commit

Permalink
weird fix for firefox flexbox - closes lichess-org#3517
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Aug 25, 2017
1 parent 82df411 commit fd0bb94
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions public/stylesheets/gamebook.play.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
border: 1px solid #aaa;
display: flex;
flex-flow: column;
/*
fixes firefox overflow when comment is long
* https://stackoverflow.com/questions/28636832/firefox-overflow-y-not-working-with-nested-flexbox
*/
min-height: 0;
}
.gb_play .comment::after {
position: absolute;
Expand Down

0 comments on commit fd0bb94

Please sign in to comment.