@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.
- package/components/SLModal.vue +2 -1
- package/package.json +1 -1
package/components/SLModal.vue
CHANGED
|
@@ -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
|
|