Hide scroll bar for mini logs.

This commit is contained in:
Sean Li 2015-02-18 09:43:10 -08:00
parent d152005f17
commit cc50c7a446
1 changed files with 1 additions and 2 deletions

View File

@ -828,8 +828,7 @@
font-size: 7px;
white-space: pre;
.logs {
overflow: auto;
overflow-x: hidden;
overflow: hidden;
height: 100%;
}
p {