Skip to content

Commit 5938bbb

Browse files
committed
style: add comment for why we need height
1 parent 7430e75 commit 5938bbb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/src/components/input/input.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@
108108
width: 100%;
109109
max-width: 100%;
110110

111+
// Ensure the input fills the full height of the native wrapper.
112+
// This prevents the wrapper from being the click event target.
111113
height: 100%;
112114
max-height: 100%;
113115

0 commit comments

Comments
 (0)