snek height fix (#1284)

* snek height fix

* close button to od welcome plus snek reposition

* remove console logs

Co-authored-by: Drew Ansbacher <drew@start9labs.com>
Co-authored-by: Matt Hill <matthewonthemoon@gmail.com>
This commit is contained in:
Drew Ansbacher
2022-02-26 10:56:13 -07:00
committed by GitHub
parent 840fa8d49b
commit 4637aa6262
6 changed files with 13 additions and 5 deletions

View File

@@ -257,6 +257,7 @@ export class AppComponent {
const modal = await this.modalCtrl.create({
component: OSWelcomePage,
presentingElement: await this.modalCtrl.getTop(),
backdropDismiss: false,
componentProps: {
version: this.config.version,
},