Sergiu Starciuc

Results 13 comments of Sergiu Starciuc

> You could probably just `orderBy [desc (val 1)]` but that seems to be sqlite specific syntax. Unfortunately this doesn't work either: ``` let level = l +. val 1...

My temporary solution was to set the ```z-index``` of ```md-tabs``` to ```z-index: 0```. Anyway, I want to ask why the z-index of tabs is set to 1? (... I'm guessing...

Just to show what worked for me. Perhaps this will help solve the problem. ``` @media only screen and (max-width: 600px) { main { max-width: 100vw; } } @media only...