@telia-ace/widget-core-flamingo 1.1.70-rc.19 → 1.1.70-rc.20

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/index.js +1 -1
  2. package/index.mjs +1 -1
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -305,7 +305,7 @@
305
305
  @media screen and (max-width: 800px) {
306
306
  :host(.floating) {
307
307
  inset: 0 0 95px 0;
308
- height: 100vh;
308
+ height: 100%;
309
309
  }
310
310
  }
311
311
  @media screen and (min-width: 801px) {
package/index.mjs CHANGED
@@ -2109,7 +2109,7 @@ rt.styles = I`
2109
2109
  @media screen and (max-width: 800px) {
2110
2110
  :host(.floating) {
2111
2111
  inset: 0 0 95px 0;
2112
- height: 100vh;
2112
+ height: 100%;
2113
2113
  }
2114
2114
  }
2115
2115
  @media screen and (min-width: 801px) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telia-ace/widget-core-flamingo",
3
- "version": "1.1.70-rc.19",
3
+ "version": "1.1.70-rc.20",
4
4
  "dependencies": {
5
5
  "lit": "^3.0.2",
6
6
  "@teliads/icons": "^8.4.0",