@mptw/skylens-ui 1.3.9 → 1.3.10

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.
@@ -290,7 +290,8 @@ export default defineComponent({
290
290
 
291
291
  <style lang="stylus" scoped>
292
292
  .modal
293
- @apply fixed top-0 left-0 w-full h-full overflow-hidden
293
+ @apply z-50 fixed top-0 left-0 w-full h-full overflow-hidden
294
+
294
295
  &.modal-centered
295
296
  @apply flex items-center
296
297
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mptw/skylens-ui",
3
3
  "type": "module",
4
- "version": "1.3.9",
4
+ "version": "1.3.10",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground",