project-booster-vue 9.33.1 → 9.33.2

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "project-booster-vue",
3
- "version": "9.33.1",
3
+ "version": "9.33.2",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -280,7 +280,7 @@ $responsive-breakpoint: 'm';
280
280
  top: 0;
281
281
 
282
282
  &--is-visible {
283
- transform: translateX(0);
283
+ transform: translateX(0) !important;
284
284
  }
285
285
 
286
286
  &--is-hidden {