@webqit/webflo 0.20.46 → 0.20.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "vanila-javascript"
13
13
  ],
14
14
  "homepage": "https://webqit.io/tooling/webflo",
15
- "version": "0.20.46",
15
+ "version": "0.20.47",
16
16
  "license": "MIT",
17
17
  "repository": {
18
18
  "type": "git",
@@ -1304,6 +1304,10 @@ export class ModalElement extends BaseElement {
1304
1304
 
1305
1305
  /* -- scrollbar -- */
1306
1306
 
1307
+ .scrollbar-track {
1308
+ display: none;
1309
+ }
1310
+
1307
1311
  :host(._scrollbars) .scrollbar-track {
1308
1312
  position: absolute;
1309
1313
  display: block;