aboutsummaryrefslogtreecommitdiffstats
path: root/styles/main/_fixed.scss
blob: 16cfbd8827c772a39857aa4faf4cea81470b069a (plain) (blame)
1
2
3
4
5
6
7
.fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}