We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 814d985 commit 5243d4eCopy full SHA for 5243d4e
components/RemoteRenderingView.vue
@@ -2,6 +2,18 @@
2
<ClientOnly>
3
<div style="position: relative; width: 100%; height: 100%">
4
<view-toolbar />
5
+ <div
6
+ style="
7
+ position: absolute;
8
+ z-index: 2;
9
+ left: 0;
10
+ top: 0;
11
+ background-color: transparent;
12
+ border-radius: 16px;
13
+ "
14
+ >
15
+ <slot name="tree-object"></slot>
16
+ </div>
17
<v-col
18
ref="viewer"
19
style="
@@ -103,3 +115,14 @@
103
115
view.render()
104
116
}
105
117
</script>
118
+
119
+<style scoped>
120
+ .list {
121
122
123
124
125
126
127
+ }
128
+</style>
0 commit comments