diff --git a/src/progress-buttons.ts b/src/progress-buttons.ts index 0afad2842d..cb6c4992d5 100644 --- a/src/progress-buttons.ts +++ b/src/progress-buttons.ts @@ -97,7 +97,7 @@ export class ProgressButtons extends Base { } public get progressWidth(): string { if (this.isFitToSurveyWidth) { - return this.survey.width; + return this.survey.renderedWidth; } return ""; }