mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
refactor(all): strict boolean conditions
This commit is contained in:
@ -14,6 +14,10 @@ html {
|
||||
--ion-font-family: var(--ion-default-font);
|
||||
}
|
||||
|
||||
body.backdrop-no-scroll {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
// Ionic Colors
|
||||
// --------------------------------------------------
|
||||
|
Reference in New Issue
Block a user