Horje
make mat card scrollable Code Example
make mat card scrollable
.mat-card.scrollable-content {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.mat-card.scrollable-content > .mat-card-title-group {
  display: block;
}

.mat-card.scrollable-content > .mat-card-content {
  overflow-y: auto;
}

<!-- add this in the html -->
<mat-card class="scrollable-content">
</mat-card>




Css

Related
what is the username password for ftp lampp Code Example what is the username password for ftp lampp Code Example
associate checkbox with label Code Example associate checkbox with label Code Example
active pseudo class in css not working in form text area Code Example active pseudo class in css not working in form text area Code Example
overflow: scroll displaces the inline element Code Example overflow: scroll displaces the inline element Code Example
To make the content of the select2 RTL or LTR Code Example To make the content of the select2 RTL or LTR Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10