Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jewel : setting FooterBar 's BarRow height is ignored by layout #1189

Open
cristallium opened this issue Apr 7, 2022 · 0 comments
Open

Jewel : setting FooterBar 's BarRow height is ignored by layout #1189

cristallium opened this issue Apr 7, 2022 · 0 comments

Comments

@cristallium
Copy link
Contributor

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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant