set fixed position for NodeView navs

This commit is contained in:
axolotle
2021-06-25 16:03:24 +02:00
parent 413673c2d5
commit ce6026adfa
3 changed files with 55 additions and 10 deletions
+2 -1
View File
@@ -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;