summaryrefslogtreecommitdiffstats
path: root/src/components/Details/Details.module.scss
blob: 146b5d8b774e38b58803d96b28b2897ef1bf00bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.details {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  overflow: hidden;
}

.header {
  flex-shrink: 0;
  flex-grow: 0;
}

.content {
  flex-grow: 1;
  flex-shrink: 1;
  overflow-y: auto;
}