summaryrefslogtreecommitdiff
path: root/demo/index.css
blob: 1334d7dad3266bd2283ff69620a796b1b3112407 (plain)
1
2
3
4
5
6
7
8
9
10
11
html, body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

#app {
  min-height: 100vh;
  overflow: hidden;
}