Skip to content

Commit 06a6076

Browse files
authored
fix(grid-list): hide overflow on tiles (#1299)
1 parent 0e0ff0e commit 06a6076

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/grid-list/grid-list.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ md-grid-list {
2020
md-grid-tile {
2121
display: block;
2222
position: absolute;
23+
overflow: hidden;
2324

2425
figure {
2526
display: flex;

0 commit comments

Comments
 (0)