Seems like this space is useful when I click the info button, but it doesn't go away when I hide info button.
Solved! Go to Solution.
This is a bug in the current release. It will be fixed in the next release of Online due out later this summer. In the meantime you can workaround this by adding the following CSS to the Custom CSS text box when configuring the app.
@media screen and (max-width:859px){
.no-map #resultsPanel{
height:unset;
top:100px;
}
}
This is a bug in the current release. It will be fixed in the next release of Online due out later this summer. In the meantime you can workaround this by adding the following CSS to the Custom CSS text box when configuring the app.
@media screen and (max-width:859px){
.no-map #resultsPanel{
height:unset;
top:100px;
}
}