Closed li6834300 closed 4 years ago
I can't reproduce on Chrome 75 on a 13-inch screen using the storybook or missive.github.io/emoji-mart.
Maybe it's because Chrome 67 is quite old?
Also, when you say "break," what do you mean? Are you referring to the search box overflowing on the right? Or are you referring to the existence of a horizontal scroll bar? Note that you can customize the number of emoji on each row.
Hi Thanks @nolanlawson for answering Are you using the Mac system: MacBook Pro (Retina, 13-inch, Early 2015) We updated Chrome to new version, it still exists. The 'break' refer to he overflowing of the search box. Thanks
Hi @li6834300 Even I'm not able to replicate this issue. I have Macbook Pro (Retina, 13-inch)
Looks like some CSS might be with !important
, so it might be taking the custom CSS and overriding the default CSS.
From what I see, there might be some min-width: **px !important
.
Can you inspect the input box and show all the CSS applied to it.
I had the exact same issue and it occurred because of an outdated normalize.css
rule. It seems like they fixed it here by removing box-sizing: content-box;
from input[type="search"]
and that worked for me as well.
Good luck!
Thanks, since this seems due to external CSS, I'll close this issue.
Please see the attachment: The UI of Search box break on 13-inch Mac Chrome System: MacBook Pro (Retina, 13-inch, Early 2015), MacBook Pro (Retina, 13-inch, Mid 2015) 10.12 (16A323), macOS Sierra Chrome Version: Version 67.0.3396.99 (Official Build) (64-bit) (It still exists even I update Chrome Version)