inertiajs / inertia

Inertia.js lets you quickly build modern single-page React, Vue and Svelte apps using classic server-side routing and controllers.
https://inertiajs.com
MIT License
6.3k stars 423 forks source link

The CSS class gets overwritten when using multiple layouts. #1798

Open nikkhil31 opened 7 months ago

nikkhil31 commented 7 months ago

Discussed in https://github.com/inertiajs/inertia/discussions/1797

Originally posted by **nikkhil31** February 12, 2024 I have two layouts: 1. Main layout 2. Admin layout Both layouts have different themes, hence different CSS. When I visit the admin login through an inertia route, and then return to the home page, the admin CSS takes over the home CSS. What could be a possible solution? I have used React + vite