Fixed narrow screen on Android stock browser
This commit is contained in:
parent
4f68ee6097
commit
1375818d94
1 changed files with 1 additions and 2 deletions
|
@ -162,8 +162,7 @@ footer .right {
|
|||
margin-bottom: 10px;
|
||||
}
|
||||
#sidebar+#inner-content {
|
||||
margin-left: 255px;
|
||||
overflow: hidden;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue