Skip to content

Commit

Permalink
Properly translate message area off of screen
Browse files Browse the repository at this point in the history
  • Loading branch information
hobinjk committed Aug 21, 2018
1 parent b91f8e1 commit 0ae5fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ h1, h2, h3, h4, h5, h6 {
}

#message-area.hidden {
transform: translateY(10rem);
transform: translateY(100%) translateY(4rem);
}

@media only screen and (max-width: 730px) {
Expand Down

0 comments on commit 0ae5fab

Please sign in to comment.