summaryrefslogtreecommitdiff
path: root/public/css/drawdrawdraw.css
blob: 3f34505c4329f054b20c04a5a34e9d50eb93f3a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
html,body { padding: 0; margin: 0; width: 100%; height: 100%;
	font-family: 'Optima',sans-serif;
	overflow: hidden;
}

::-webkit-scrollbar {
	width: 4px;
}
::-webkit-scrollbar-track {
	background: transparent;
}
::-webkit-scrollbar-thumb {
	width: 4px;
	height: 10px;
	background: #ddd;
}