Michael Vasin
Michael Vasin
@whoisandy Do you still maintain the repo?
At least it would be nice to add to readme the `uglify-js` and/or `terser` settings that would keep full component names but minify the rest of the code. I'm still...
Hey @Takkiii ! Thanks for the demos. Swapping `document.documentElement.clientHeight` for `window.innerHeight` took place for reasons outlined here https://github.com/mvasin/react-div-100vh/issues/37 Honestly, seems like there's no good solution (see https://github.com/mvasin/react-div-100vh/issues/75). Any changes we...
Indeed, using `window.innerHeight` instead of `document.documentElement.clientHeight` seems to solve the issue. At also seem to resolve https://github.com/mvasin/react-div-100vh/issues/14. That's how it used to be from the beginning, and `document.documentElement.clientHeight` was introduced...
Hi @blimpmason! According to the diff of #22, that should be version `0.3.4`.
Hi all, I replaced `document.documentElement.clientHeight || window.innerHeight` with `window.innerHeight` in #74 and published it as `[email protected]`. Can you try it out?
The above update is published under version `0.7.0`.
Wow, that looks like contemporary art.
Hi @steida! I share your point and also gave up on re-creating the app-like "fullscreen, no-scroll" UIs on the web. There are cases such as when you need an action...
Hi Melker, thanks for reporting and for the nice reproduction. Will look into it tomorrow.