CLICKHOUSE-3108: fix overflow issues in mobile version

This commit is contained in:
Ivan Blinkov 2017-07-31 16:05:23 +03:00
parent 35f65494da
commit d2a2c82cfa

View File

@ -244,12 +244,6 @@ a:hover, a:active {
color: #ededed;
}
#ubuntu-install {
overflow: auto;
overflow-y: hidden;
-ms-overflow-y: hidden;
}
#footer {
text-align: right;
padding: 8px 0 0 0;
@ -266,6 +260,7 @@ pre {
border-left: 5px solid #ffdb4d;
padding: 5px 10px;
background-color: #fff8e8;
overflow: scroll;
}
ul {
@ -287,6 +282,10 @@ ul.dashed > li:before {
text-indent: 1em;
}
img {
width: 100%;
}
.warranty {
margin-top: 6em;
font-size: 50%;