angular / components

Component infrastructure and Material Design components for Angular
https://material.angular.io
MIT License
24.28k stars 6.71k forks source link

Dialog action button are half hidden on mobile devices #13190

Open HarelM opened 5 years ago

HarelM commented 5 years ago

Bug

What is the expected behavior?

The action buttons should be visible

What is the current behavior?

They are not fully visible

What are the steps to reproduce?

https://stackblitz.com/edit/angular-material2-issue-dialog-button And scroll the lower console part up: image

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

User can't use the action button on small devices

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

Is there anything else we should know?

This is not the first issue I'm opening on the dialog, my last issue wasn't even answered. I hope this will be different...

crisbeto commented 5 years ago

This is one of the things that should be resolved by https://github.com/angular/material2/pull/9236.

HarelM commented 5 years ago

Any estimation on when this will be merged?

crisbeto commented 5 years ago

I can't commit to anything, because it depends on when the caretaker gets around to merging it.

HarelM commented 5 years ago

Can you suggest a workaround until this issue is merged? some css magic maybe?

crisbeto commented 5 years ago

You should be able to work around it by setting a smaller max-height on .mat-dialog-content.

H36615 commented 5 years ago

Issue still exists...

Mds92 commented 5 years ago

Issue still exists

liesahead commented 2 years ago

Is this frozen?