UX: exclude wizard from #main-outlet background styling (#155)
Only a tiny sliver of the background shows currently, which seems accidental Before:  After: 
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@ body:not(.has-sidebar-page) #main-outlet-wrapper {
|
||||
}
|
||||
}
|
||||
|
||||
body:not(.has-full-page-chat) {
|
||||
body:not(.has-full-page-chat, .wizard) {
|
||||
@include breakpoint(extra-large, $rule: min-width) {
|
||||
background-color: var(--background-color);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user