mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-05-31 14:30:43 +00:00
16 lines
191 B
CSS
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%;
|
|
}
|
|
|