summaryrefslogtreecommitdiff
path: root/fig-frontend/client/src/index.css
blob: b1c8427003a0005a0b1faee65117a27d291f413e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
body {
    margin: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

fig-window {
    display: block;
    position: absolute;
}