My Vite Material UI project contains ts and tsx file, so i copied all the source files from the solution and renamed them as either ts or tsx.
when launched the project everything works as expected , expect one thing -
In contacts or invoice page (of your deployed application - https://argon-admin-dashboard.web.app/contacts) , when I try to reduce the width of the browser, the horizontal scrollbar disappears and the right side setting button appears on the UI which is correct behavior and after 1-2 seconds there is no horizontal scrollbar.
Same behavior is not possible in my local development environment. the horizontal scroll bar remains on UI and after scrolling on right side only, i can see the setting button which is on top right. How this behaviour gets added in your application ? (i think some plugin makes that thing happen)
Will you share how to fix that in my local code ??
My Vite Material UI project contains ts and tsx file, so i copied all the source files from the solution and renamed them as either ts or tsx.
when launched the project everything works as expected , expect one thing -
In contacts or invoice page (of your deployed application - https://argon-admin-dashboard.web.app/contacts) , when I try to reduce the width of the browser, the horizontal scrollbar disappears and the right side setting button appears on the UI which is correct behavior and after 1-2 seconds there is no horizontal scrollbar.
Same behavior is not possible in my local development environment. the horizontal scroll bar remains on UI and after scrolling on right side only, i can see the setting button which is on top right. How this behaviour gets added in your application ? (i think some plugin makes that thing happen)
Will you share how to fix that in my local code ??