Use fixed positioning for mobile sticky nav (Closes #730)
parent
8a4ce082af
commit
37286ae139
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue