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

Commit

Permalink
fix(app): view sometimes disappeared on no-flex-box clients
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingo Blenke authored and nickjanssen committed Oct 9, 2014
1 parent 19677d4 commit 5c5f927
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/scss/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
}

.cc-no-modern-flexbox {
.cc-page-wrapper {
.cc-page-wrapper,
.cc-ui-view {
height: 100%;
}
}
Expand Down

0 comments on commit 5c5f927

Please sign in to comment.