Update pages/dashboard/portnimaraAI.vue
This commit is contained in:
parent
d3ab70054e
commit
e0a6b166bc
|
|
@ -15,17 +15,14 @@ useHead({
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.embed {
|
.embed {
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.embed iframe {
|
.embed iframe {
|
||||||
position: absolute;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: calc(100% + 180px);
|
height: 100%;
|
||||||
border: 0;
|
border: none;
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue