Skip to content

Commit e1948c3

Browse files
committed
SVY-20594 Sidenav with footerForm does not keep background color of
footerForm when re-rendered
1 parent 6e9f3cf commit e1948c3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • components/projects/servoyextracomponents/src/sidenav

components/projects/servoyextracomponents/src/sidenav/sidenav.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ export class ServoyExtraSidenav extends ServoyBaseComponent<HTMLDivElement> {
165165
this.servoyApi.formWillShow(this.footerForm, this.relationName).then(() => {
166166
this.realFooterForm = this.footerForm;
167167
}).finally(() => this.cdRef.detectChanges());
168+
this.addRemoveStickyStyle();
168169
}
169170
if (this.headerForm) {
170171
this.servoyApi.formWillShow(this.headerForm, this.relationName).then(() => {

0 commit comments

Comments
 (0)