fixing up the post window to extend the body when opened, so it doesn't clip stuff

This commit is contained in:
Julian Lam
2013-05-08 16:05:54 -04:00
parent 2ca1986b40
commit 2acd40a8bb
4 changed files with 25 additions and 4 deletions

View File

@@ -21,6 +21,15 @@
body {
background: #fdfdfd;
-webkit-transition: margin-bottom 250ms ease;
-moz-transition: margin-bottom 250ms ease;
-ms-transition: margin-bottom 250ms ease;
-o-transition: margin-bottom 250ms ease;
transition: margin-bottom 250ms ease;
&.composing {
margin-bottom: 350px;
}
}
.none {
@@ -72,6 +81,7 @@ footer.footer {
left: 0px;
bottom: 0px;
background: white;
z-index: 1500;
input {
width: 100%;