aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/util.scss
blob: 3faad8db390fc061cc075fe9b53339cb0cd1cd33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.scroll-container {
  height: 100%;
  flex: 1;
  overflow-y: scroll;
  overflow-x: hidden;
}

.loader {
  position: relative;
  z-index: 9999;
  display: block;
  width: 100%;
  height: 40px;
}

.align-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}