ok
This commit is contained in:
13
nginx/vue/src/components/Overlay.vue
Normal file
13
nginx/vue/src/components/Overlay.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div class="overlay">
|
||||
<slot />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.overlay {
|
||||
position: absolute;
|
||||
inset: 0; /* full width & height of parent */
|
||||
pointer-events: none; /* overlay does not block clicks */
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user