Fix composer for FF14+

Fix the preview for old versions of Firefox.
This commit is contained in:
Rafael dos Santos Silva 2015-09-16 15:13:44 -03:00
parent 59c628735f
commit 45a7e200a8
1 changed files with 3 additions and 1 deletions

View File

@ -369,10 +369,11 @@
.wmd-input, .wmd-preview-scroller, .wmd-preview { .wmd-input, .wmd-preview-scroller, .wmd-preview {
-moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
width: 100%; width: 100%;
height: 100%; height: 100%;
min-height: 100%; min-height: auto;
padding: 7px; padding: 7px;
margin: 0; margin: 0;
background-color: $secondary; background-color: $secondary;
@ -399,6 +400,7 @@
} }
.textarea-wrapper, .preview-wrapper { .textarea-wrapper, .preview-wrapper {
position: relative; position: relative;
-moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
height: 100%; height: 100%;
min-height: 100%; min-height: 100%;