summaryrefslogtreecommitdiff
path: root/index.css
blob: 4801000f17bd9106741a457c6f14f9c47728599b (plain)
1
2
3
4
5
6
7
8
9
html, body {
    margin: 0;
    padding: 0;
}
#visContainer {
    position: fixed;
    height: 100%;
    width: 100%;
}