We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afaa492 commit 3af898fCopy full SHA for 3af898f
src/styles/global.scss
@@ -23,9 +23,6 @@
23
}
24
25
html.is-extension {
26
- width: $extension-width;
27
- height: $extension-height;
28
-
29
// Fixes issue with extension not rendering properly
30
// .tabs-inner & .ion-page classes are added by Ionic
31
ion-tabs,
@@ -38,6 +35,11 @@ html.is-extension {
38
35
body {
39
36
position: unset;
40
37
+
+ .app {
+ width: $extension-width;
41
+ height: $extension-height;
42
+ }
43
44
45
// When scanner is active we need to hide everything else
0 commit comments