simplejason commented on code in PR #19712: URL: https://github.com/apache/flink/pull/19712#discussion_r880388686
########## flink-runtime-web/web-dashboard/src/app/pages/job/overview/backpressure/job-overview-drawer-backpressure.component.html: ########## @@ -17,14 +17,17 @@ --> <nz-table - class="no-border small full-height" - [nzSize]="'small'" + nzSize="small" [nzLoading]="isLoading" [nzData]="listOfSubTaskBackpressure" [nzScroll]="{ y: 'calc( 100vh - 72px )' }" Review Comment: `100vh - 72px` may cause scrollbar displaying, maybe we can change it to be `100% - 72px`? -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org