mirror of https://github.com/docker/docs.git
Hide scroll bar for mini logs.
This commit is contained in:
parent
d152005f17
commit
cc50c7a446
|
@ -828,8 +828,7 @@
|
|||
font-size: 7px;
|
||||
white-space: pre;
|
||||
.logs {
|
||||
overflow: auto;
|
||||
overflow-x: hidden;
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
}
|
||||
p {
|
||||
|
|
Loading…
Reference in New Issue