mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 21:51:57 +00:00
CLICKHOUSE-3108: fix overflow issues in mobile version
This commit is contained in:
parent
35f65494da
commit
d2a2c82cfa
@ -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%;
|
||||
|
Loading…
Reference in New Issue
Block a user