Use fixed positioning for mobile sticky nav (Closes #730)

master
Surma 2015-07-07 14:41:15 +01:00 committed by Addy Osmani
parent 8a4ce082af
commit 37286ae139
1 changed files with 2 additions and 2 deletions

View File

@ -178,8 +178,8 @@ mdl-components-dd {
}
.mdl-components .mdl-components__nav {
position: absolute;
top: 0;
position: fixed;
top: 64px;
left: 0;
display: block;
flex-wrap: nowrap;