We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e9f3cf commit e1948c3Copy full SHA for e1948c3
1 file changed
components/projects/servoyextracomponents/src/sidenav/sidenav.ts
@@ -165,6 +165,7 @@ export class ServoyExtraSidenav extends ServoyBaseComponent<HTMLDivElement> {
165
this.servoyApi.formWillShow(this.footerForm, this.relationName).then(() => {
166
this.realFooterForm = this.footerForm;
167
}).finally(() => this.cdRef.detectChanges());
168
+ this.addRemoveStickyStyle();
169
}
170
if (this.headerForm) {
171
this.servoyApi.formWillShow(this.headerForm, this.relationName).then(() => {
0 commit comments