Max Mykhailenko
Max Mykhailenko
All icons have top padding. I try to change engine, fontHeight, descent, ascent, but icons padding doesn't change. How I can fix this? ![screen shot 2014-06-13 at 11 53 43...
@Subv, I have same error
@vlad-ciorba feel free to retest that PR and I'll merge it
Check here https://bundlephobia.com/package/[email protected]
@sanya-shch планируешь ли ты довести этот ПР до мержа?
Do you have the same problem on a demo page? https://memcrab.github.io/react-pure-modal/
I added to the actual example 150vh body height. Did you see the same problems in example?
I'm finally detect it. So problem happens when modal contains input and keyboard is opened. Body in this case has additional undetectable bottom margin/padding.
body as tag You can send PR or my team will check this problem when will have time.
> Are you talking about setting body, html to 0 i.e. > > ``` > body, html { > margin: 0; > padding: 0; > } > ``` As I...