Gaia_Mistral / static /style.css
Clément Simon
fix: html refactoring, removed chunks of deprecated code
d29a82e
raw
history blame
332 Bytes
.side-menu {
width: 200px;
/* Fixed width */
position: fixed;
top: 0;
overflow: auto;
height: 100%;
}
#leftMenu {
left: 0;
}
#rightProfile {
right: 0;
}
.hidden {
display: none;
}
.map {
/* show full screen the iframe */
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}