@maas/vue-equipment 0.9.3 → 0.9.4

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.
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@maas/vue-equipment",
3
3
  "configKey": "vueEquipment",
4
- "version": "0.9.2"
4
+ "version": "0.9.3"
5
5
  }
@@ -163,6 +163,7 @@ watch(isActive, async (value) => {
163
163
  --magic-modal-backdrop-filter: unset;
164
164
  --magic-modal-content-align-items: center;
165
165
  --magic-modal-content-justify-content: center;
166
+ --magic-modal-content-overflow-y: auto;
166
167
  }
167
168
 
168
169
  .magic-modal {
@@ -188,7 +189,7 @@ watch(isActive, async (value) => {
188
189
  display: flex;
189
190
  align-items: var(--magic-modal-content-align-items);
190
191
  justify-content: var(--magic-modal-content-justify-content);
191
- overflow-y: auto;
192
+ overflow-y: var(--magic-modal-content-overflow-y);
192
193
  }
193
194
 
194
195
  .magic-modal__backdrop {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@maas/vue-equipment",
3
3
  "description": "A magic collection of Vue composables, plugins, components and directives",
4
- "version": "0.9.3",
4
+ "version": "0.9.4",
5
5
  "author": "Robin Scholz <https://github.com/robinscholz>, Christoph Jeworutzki <https://github.com/ChristophJeworutzki>",
6
6
  "devDependencies": {
7
7
  "@antfu/ni": "^0.21.5",