We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e8605 commit 206afd7Copy full SHA for 206afd7
src/app/app.scss
@@ -1305,17 +1305,17 @@ ion-app.app-root {
1305
// QR scan. The scanner is at the background of the app, we need to hide the elements that overlay it.
1306
.core-scanning-qr {
1307
ion-app.app-root {
1308
- background-color: transparent;
+ background-color: transparent !important;
1309
1310
.ion-page {
1311
1312
}
1313
ion-content, ion-backdrop, ion-modal:not(.core-modal-fullscreen), core-ion-tabs {
1314
- display: none;
+ display: none !important;
1315
1316
1317
&.ios .ion-page.show-page~.nav-decor {
1318
1319
1320
1321
0 commit comments