Skip to content

Scroll smooth issue in dialog on close #10033

Closed
@amaneer94

Description

@amaneer94

Bug, feature request, or proposal:

scroll is not fluent when dialog is closed.

What is the expected behavior?

on closing dialog, application scroll should be smooth

What is the current behavior?

when dialog is closed, scroll is rough

What are the steps to reproduce?

What is the use-case or motivation for changing an existing behavior?

Which versions of Angular, Material, OS, TypeScript, browsers are affected?

Chrome/Chromium are affected but working good in opera
"@angular/core": "^5.2.0",
"@angular/material": "^5.2.1",
"typescript": "~2.5.3"

Is there anything else we should know?

<div class="cdk-overlay-container"></div> introduces when dialog is opened with
.cdk-overlay-container { position: fixed; z-index: 1000; }
after dialog is closed, I tried to remove both properties, scroll seemed smooth.

Metadata

Metadata

Assignees

Labels

P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgent

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions