use flexbox since the header breaks the map height
This commit is contained in:
parent
d2f524bf90
commit
fdd2dd1b40
@ -6,10 +6,17 @@
|
|||||||
max-height: 67px;
|
max-height: 67px;
|
||||||
}
|
}
|
||||||
|
|
||||||
html, body, .openwebrx-map {
|
body {
|
||||||
width: 100%;
|
display: flex;
|
||||||
height: 100%;
|
flex-direction: column;
|
||||||
margin: 0;
|
}
|
||||||
|
|
||||||
|
#webrx-top-container {
|
||||||
|
flex: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.openwebrx-map {
|
||||||
|
flex: 1 1 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
|
Loading…
Reference in New Issue
Block a user