mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
fix(body): body background matches ion-content
This commit is contained in:
committed by
Manu MA
parent
4c4bdf256d
commit
0699884d10
@ -14,6 +14,10 @@ html {
|
||||
--ion-font-family: var(--ion-default-font);
|
||||
}
|
||||
|
||||
body {
|
||||
background: var(--ion-background-color);
|
||||
}
|
||||
|
||||
body.backdrop-no-scroll {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user