aboutsummaryrefslogtreecommitdiff
path: root/public/global.css
blob: 7c5be0a9049e02320a4c16ba01ee58587f402ce6 (plain)
1
2
3
4
5
6
7
8
html {
  box-sizing: border-box;
}

#editor {
  height: 100vh;
  max-height: 100vh;
}