gns3-web-ui/src/app/project-map/project-map.component.css
2017-10-27 17:06:43 +02:00

16 lines
191 B
CSS

html {
position: static;
height: 100%;
}
body {
height: 100%;
margin: 0;
margin-bottom: 0 !important;
}
app-root, app-project-map, .project-map, app-map, svg {
height: 100%;
}