Skip to content

Commit 8334750

Browse files
committed
Adding overflow auto to columns
1 parent 122a7d7 commit 8334750

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

core/src/components/col/col.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
flex: 1;
3131

3232
min-height: 1px; // Prevent columns from collapsing when empty
33+
34+
overflow: auto;
3335
}
3436

3537
:host(.ion-grid-col-auto) {

0 commit comments

Comments
 (0)