Animate only the height of the log window

This commit is contained in:
Ivan Kozik 2015-04-22 17:53:06 +00:00
parent de4f6217bc
commit 6b238ffeec

View File

@ -178,7 +178,7 @@ html, body {
}
.log-window {
transition: all 0.18s ease;
transition: height 0.18s ease;
background-color: #FFF7E1;
overflow-y: scroll;
height: 192px;