aboutsummaryrefslogtreecommitdiff
path: root/src/web/index.css
blob: 6b1927f8fb23c16b850c0fb20498b1fcdadbb82e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
html {
	height: 100vh;
	width: 100vw;
}

body {
	padding: 0;
	margin: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
  touch-action: pan-y;
}

#timeline {
	display: block;
	height: 100vh;
	overflow-y: auto;
	background: gray;
}