cristallium opened a new issue, #1189:
URL: https://github.com/apache/royale-asjs/issues/1189
Hi,
Based on TDJ, setting an height for FooterBar in mxml make an issue on
layout :
```
<j:FooterBar localId="footerbar" fixed="true" hasDrawer="false"
visible="true" >
<j:BarRow height="200">
...
<j:ApplicationMainContent localId="main" hasFooterBar="true">
```
the quick fix is to set the height in css like this :
```
.has-footerbar {
padding-bottom: 200px !important;
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]