Mercurial > hg > ugly-duckling
view src/app/app.component.css @ 442:51a5df5569a4
No need for ternary operator, coalesce to default value.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Mon, 26 Jun 2017 11:07:20 +0100 |
parents | 372c39e798ac |
children | cf4a17efb5d4 |
line wrap: on
line source
.ugly-toolbar-filler { flex: 1 1 auto; } md-sidenav-container { height: 100%; width: 100%; position: absolute; } md-sidenav { text-align: center; } .ugly-container { height: 100%; display: flex; flex-direction: column; } .ugly-header { flex: 0 0 auto; } .ugly-content { flex: 1; overflow-y: scroll; position: relative; -webkit-overflow-scrolling: touch; } .ugly-footer { flex: 0 0 auto; }