Skip to content

Commit 60c7480

Browse files
committed
fix: bring back bottom margin on the tree list
needed for larger devices so we can access the options for the last list item
1 parent 98279f3 commit 60c7480

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ui/views/native/Tree.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -767,5 +767,6 @@ export default {
767767
768768
.list-full-height {
769769
min-height: 95vh;
770+
margin-bottom: 60px;
770771
}
771772
</style>

0 commit comments

Comments
 (0)