Nghiệp

Results 37 comments of Nghiệp

> iconify-icon { display: inline-block; min-width: 1em; height: 1em; } Cool, it works with `font-size`. Another question, In the future `@iconify-icon/react` is still supported `width/height` props? ```tsx // or ```

I'm using `next-pwa`, `@sentry/nextjs` and `@next/bundle-analyzer` and completely removed `next-compose-plugins`. No warnings and works with `@sentry/nextjs` ```js const {PHASE_PRODUCTION_BUILD} = require('next/constants'); /** @type {import('next').NextConfig} */ const nextConfig = { //...

Maybe the issue on the chrome recent versions.

@apptaro Thank for your support. It works! I just published the new patch version for the issue.

@apptaro Did you mean? ```js const touchmoveHandler = event => { if (maybePrevent) { if (window.pageYOffset !== 0) { maybePrevent = false; } if (isScrollingUp(event)) { return event.preventDefault(); } }...

Hey @C4PT4INNULL This issue has been resolved in https://github.com/idiotWu/smooth-scrollbar/issues/92#issuecomment-324981807 In the real world, we can make a hook to enable a native scrollbar inside to stop events from propagating ```ts...

Can you share the codesandbox you are currently encountering?