Closed CroMarmot closed 1 year ago
This is working as expected. We have invisible elements inside the button that extend outside of it in order to increase the touch target for accessibility purposes. You can disable it by setting display: none
on .mat-mdc-button-touch-target
.
Oh, so that's it, thanks for the reply.
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
Is this a regression?
The previous version in which this bug was not present was
v14
Description
in v15, using
mat-button
insidemat-tab
, their will be a weird y-scrollwhen i put more button, or change whe window width, the
mat-tab
height changed but the y-scroll still existhowever, if use default button or pure text, or add css, it's working properly
previous version
Reproduction
Steps to reproduce:
in stackblitz
reproduce code
Expected Behavior
y-scroll don't show up, and cannot scroll
Actual Behavior
y-scroll show up, and it can scroll
Environment
My computer(Same Issue)
stackblitz env: