Skip to content

Commit dfff687

Browse files
fix(button): touch target not covering tall container height
PiperOrigin-RevId: 914973950
1 parent 95013d6 commit dfff687

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

button/internal/_touch-target.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
.touch {
88
position: absolute;
99
top: 50%;
10-
height: 48px;
10+
height: max(48px, 100%);
1111
left: 0;
1212
right: 0;
1313
transform: translateY(-50%);

0 commit comments

Comments
 (0)