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;
|
font-size: 7px;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
.logs {
|
.logs {
|
||||||
overflow: auto;
|
overflow: hidden;
|
||||||
overflow-x: hidden;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
|
|
Loading…
Reference in New Issue