cleaning embed event list

This commit is contained in:
les
2021-03-19 12:01:37 +01:00
parent 72a8ca0e3e
commit dbce8b096e
4 changed files with 35 additions and 17 deletions

View File

@@ -1,8 +1,9 @@
<template>
<nuxt />
<template lang='pug'>
v-app#iframe
nuxt
</template>
<style lang='less'>
html, body {
background-color: transparent;
#iframe.v-application {
background-color: transparent !important;
}
</style>