diff --git a/src/app/app.scss b/src/app/app.scss index e23c90d0c..51e512502 100644 --- a/src/app/app.scss +++ b/src/app/app.scss @@ -1305,17 +1305,17 @@ ion-app.app-root { // QR scan. The scanner is at the background of the app, we need to hide the elements that overlay it. .core-scanning-qr { ion-app.app-root { - background-color: transparent; + background-color: transparent !important; .ion-page { - background-color: transparent; + background-color: transparent !important; } ion-content, ion-backdrop, ion-modal:not(.core-modal-fullscreen), core-ion-tabs { - display: none; + display: none !important; } &.ios .ion-page.show-page~.nav-decor { - display: none; + display: none !important; } } }