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

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

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