Minor UI fix (#10729)

* Fixes 👍

* Minor fix 👍
This commit is contained in:
James George 2018-10-25 22:38:58 +05:30 committed by k8s-ci-robot
parent 91e8ad433f
commit b30e28e2c6
2 changed files with 4 additions and 2 deletions

View File

@ -571,7 +571,8 @@ section {
#docs #vendorStrip {
line-height: 44px;
max-width: 100%;
overflow-x: scroll; }
overflow-x: auto;
-webkit-overflow-scrolling: touch; }
#docs #vendorStrip ul {
float: none; }
#docs #vendorStrip #searchBox {

View File

@ -571,7 +571,8 @@ section {
#docs #vendorStrip {
line-height: 44px;
max-width: 100%;
overflow-x: scroll; }
overflow-x: auto;
-webkit-overflow-scrolling: touch; }
#docs #vendorStrip ul {
float: none; }
#docs #vendorStrip #searchBox {