qwc2
Version:
QGIS Web Client
32 lines (29 loc) • 592 B
CSS
div.plugins-container {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
div.map-container {
position: absolute;
}
div.map-buttons-container {
position: absolute;
pointer-events: none;
display: flex;
flex-direction: column-reverse;
align-items: flex-start;
align-content: flex-start;
justify-content: flex-start;
flex-wrap: wrap-reverse;
z-index: 2;
overflow: hidden;
padding: 1.5em 1em 2.5em 1em;
}
div.map-buttons-spacer {
display: inline-block;
width: 1em;
max-height: 4em;
flex: 1 1 auto;
}