@mixd-id/web-scaffold 0.1.230406180 → 0.1.230406181
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
package/src/components/Modal.vue
CHANGED
|
@@ -253,8 +253,13 @@ export default{
|
|
|
253
253
|
<style>
|
|
254
254
|
|
|
255
255
|
.bW9k{
|
|
256
|
-
@apply
|
|
256
|
+
@apply z-20 hidden;
|
|
257
257
|
@apply bg-black/50 backdrop-blur-md;
|
|
258
|
+
position: fixed;
|
|
259
|
+
top: 0;
|
|
260
|
+
left: 0;
|
|
261
|
+
bottom: 0;
|
|
262
|
+
right: 0;
|
|
258
263
|
}
|
|
259
264
|
.bW9l{
|
|
260
265
|
@apply grid;
|