From 5b6a5640898a8dd210feca7efba021ff4627008c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Debois?= Date: Wed, 20 Apr 2016 15:41:19 +0200 Subject: [PATCH] Update. --- elm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm.js b/elm.js index 8a57bfe..749ad2f 100644 --- a/elm.js +++ b/elm.js @@ -14724,7 +14724,7 @@ Elm.Main.make = function (_elm) { var ApplyRoute = function (a) { return {ctor: "ApplyRoute",_0: a};}; var Model = F5(function (a,b,c,d,e) { return {layout: a,routing: b,buttons: c,textfields: d,snackbar: e};}); var layoutModel = _U.update($Material$Layout.defaultLayoutModel, - {state: $Material$Layout.initState($List.length(tabs)),mode: $Material$Layout.Waterfall(false),fixedHeader: false}); + {state: $Material$Layout.initState($List.length(tabs)),mode: $Material$Layout.Waterfall(false),fixedHeader: true}); var E404 = {ctor: "E404"}; var Tab = function (a) { return {ctor: "Tab",_0: a};}; var route0 = {ctor: "_Tuple2",_0: Tab(0),_1: $Hop$Types.newLocation};