Arindam Chowdhury
Arindam Chowdhury
> @wingkwong here is the stackblitz link https://stackblitz.com/edit/stackblitz-starters-c8k3ez?file=app%2Fglobals.css Hi. If you still haven't been able to make this work, can you please try this? Update the **tailwind.config.ts** to add nextui...
Hi @buchananwill @wingkwong This issue arises due to [subpixel rendering](https://medium.com/kajabi-ux/css-and-sub-pixel-rendering-the-case-of-the-clipped-border-4652c5a1b5ab), which occurs at various zoom levels in the browser or at the monitor display settings, other than the default 100%....
Hi @wingkwong I attempted to resolve the issue using SVG for the slider. However, there are numerous edge cases, and I haven't been able to find a solution that addresses...
Hi @wingkwong Please review when you get the chance.
> By using the [sandbox link](https://codesandbox.io/p/devbox/vsw923?migrateFrom=q2h7q8) posted in the original issue with Pagination in your PR, I see the following result - the numbers are okay but the highlight is...
> @arindam1997007 I cloned the sandbox code to my local and then replaced pagination import to local one. Tested in Chrome. Okay. I tested it in local Chrome as well....
> Can you share your modified `pagination.stories.tsx` to me? You may commit it and rollback later on. Sure. I am committin it.
> Can you share your modified `pagination.stories.tsx` to me? You may commit it and rollback later on. @wingkwong I have committed the `pagination.stories` changes. Need to `pnpm i` before running....
> 1. The difference is if i cloned and linked locally, `.data-[moving]opacity-100[data-moving]` is missing. And the logic happens to be `scrollTo` you've changed. > 2. if you change `initialPage` to...
> 1. The difference is if i cloned and linked locally, `.data-[moving]opacity-100[data-moving]` is missing. And the logic happens to be `scrollTo` you've changed. > 2. if you change `initialPage` to...