Improve mobile user experience on pages under /docs (#10072)
Force #docs #vendorStrip elements to use overflow-x: scroll in CSS. Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
This commit is contained in:
+3
-1
@@ -572,7 +572,9 @@ section {
|
||||
margin-left: 0; }
|
||||
|
||||
#docs #vendorStrip {
|
||||
line-height: 44px; }
|
||||
line-height: 44px;
|
||||
max-width: 100%;
|
||||
overflow-x: scroll; }
|
||||
#docs #vendorStrip ul {
|
||||
float: none; }
|
||||
#docs #vendorStrip #searchBox {
|
||||
|
||||
@@ -556,6 +556,8 @@ section
|
||||
#docs
|
||||
#vendorStrip
|
||||
line-height: 44px
|
||||
max-width: 100%
|
||||
overflow-x: scroll
|
||||
|
||||
ul
|
||||
float: none
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user