mirror of
https://github.com/correl/elm-mdl.git
synced 2024-11-23 19:19:52 +00:00
Fixed header in demo layout.
This commit is contained in:
parent
549c9499cf
commit
59a4abb0d4
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ layoutModel =
|
||||||
{ defaultLayoutModel
|
{ defaultLayoutModel
|
||||||
| state = Layout.initState (List.length tabs)
|
| state = Layout.initState (List.length tabs)
|
||||||
, mode = Layout.Waterfall False
|
, mode = Layout.Waterfall False
|
||||||
, fixedHeader = False
|
, fixedHeader = True
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue