Fix padding in mobile view

master
Alexander Surma 2015-07-03 15:48:11 +01:00 committed by Addy Osmani
parent f2728f0844
commit 41fa15a4ff
1 changed files with 4 additions and 1 deletions

View File

@ -117,12 +117,15 @@ body:not(.about) .docs-layout-title {
width: 100%;
height: 85px;
flex-shrink: 0;
padding-left: 24px !important;
padding-left: 24px;
overflow-x: auto;
overflow-y: hidden;
user-select: none;
margin-bottom: -16px;
}
.docs-layout.is-small-screen .docs-navigation {
padding: 0;
}
.docs-navigation::-webkit-scrollbar {
display: none;
}