summaryrefslogtreecommitdiff
path: root/frontend/src/styles/dashboard.css
blob: c24deaef5af5fe00fd4917d064909f5144c9003c (plain)
1
2
3
4
5
6
7
8
9
10
11
.dashboard-page {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

#map {
    position: absolute;
    inset: 0; /* = top,right,bottom,left: 0 */
}