aboutsummaryrefslogtreecommitdiff
path: root/src/web/index.css
blob: 3c6b0d657e307f700b50760e0e0194b0579c2c12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
body {
	padding: 0;
	margin: 0;
	width: 100vw;
	height: 100vh;
  touch-action: pan-y; /* Prevent default touch behavior */
}

#timeline {
	display: block;
	height: 100%;
}