set fixed position for NodeView navs
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
:style="`--nth: ${i}`"
|
||||
>
|
||||
<node-view-child-list
|
||||
v-if="parent.children && parent.children.length"
|
||||
:children="parent.children"
|
||||
smartphone
|
||||
@open-child="$emit('open-node', { parentId: parent.id, ...$event })"
|
||||
@@ -166,7 +167,7 @@ export default {
|
||||
&:not(.active) {
|
||||
::v-deep {
|
||||
.node-view {
|
||||
overflow-y: hidden;
|
||||
// overflow-y: hidden;
|
||||
|
||||
&-header {
|
||||
z-index: 0;
|
||||
|
||||
Reference in New Issue
Block a user