Veerbal Singh
Veerbal Singh
@meglerhagen Please check the PR and the code changes. It was working good on my side. Kindly test on your side if possible.
I tested the live link https://projectx-eight-gilt.vercel.app/dashboard/transactions on Chrome, Mac Safari, Firefox and Arc browser. The scrolling issue exists in all browsers except Firefox. **Chrome** - https://github.com/meglerhagen/projectx/assets/55359171/26f86816-80be-4c1d-8e24-cf9bfdc66a4a **Mac Safari** - https://github.com/meglerhagen/projectx/assets/55359171/86cbc98b-1dce-4be4-b4da-7ca29aa2c76a...
Footer seems fine and have no extra vertical spacing as mentioned in screenshot, but there is other UI issue with footer especially on large screen like 32 inch display. Dashboard...
It is simple to fix but I need to first discuss a little about it. I think the issue is not with our footer as it has spacing around its...
The issue is caused by the Tailwind setup created by `create-next-app`. I tried the solution above, but it didn’t work. **Solution:** Delete the `tailwind.config.ts` and `global.css` files generated by `create-next-app`....