view src/app/app.component.css @ 509:041468f553e1 tip master

Merge pull request #57 from LucasThompson/fix/session-stack-max-call-stack Fix accidental recursion in PersistentStack
author Lucas Thompson <LucasThompson@users.noreply.github.com>
date Mon, 27 Nov 2017 11:04:30 +0000
parents cf4a17efb5d4
children
line wrap: on
line source
.ugly-toolbar-filler {
  flex: 1 1 auto;
}

mat-sidenav-container {
  height: 100%;
  width: 100%;
  position: absolute;
}

mat-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;
}