view src/app/app.component.css @ 498:4219ebadf7f5

Fix note deduction edge case.
author Lucas Thompson <dev@lucas.im>
date Mon, 14 Aug 2017 09:01:06 +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;
}