MuzMatch
CSS being carried to a different page that uses a different layout
I am using a layout that is specifically for the login page of my app. This is because I want the page to take up the entire screen (remove the navbar etc.).
An issue im having is that the CSS that im using to remove the body margin and whatever is being carried back out of the login screen and into the rest of the app
Here's the CSS in the layout:
.app-wrapper
is applied to the body etc. so that when I go to the login screen it just applies those styles.
When I go back to /
for example, the .app-wrapper
style is still applied to the page, and so the body loses its margin etc. that it had originally.
How can I fix this?6 replies