@asd20/ui 3.2.552 → 3.2.554

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.552",
8
+ "version": "3.2.554",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -244,9 +244,6 @@ export default {
244
244
  top: inherit;
245
245
  bottom: 0%;
246
246
  }
247
- .asd20-secondary-header {
248
- background-attachment: fixed;
249
- }
250
247
  }
251
248
  }
252
249
 
@@ -288,5 +285,8 @@ export default {
288
285
  }
289
286
  }
290
287
  }
288
+ .asd20-secondary-header {
289
+ background-attachment: fixed !important;
290
+ }
291
291
  }
292
292
  </style>