diff --git a/ui/app/AppLayouts/Profile/LeftTab.qml b/ui/app/AppLayouts/Profile/LeftTab.qml index 46f4f02bbe..e6a488189d 100644 --- a/ui/app/AppLayouts/Profile/LeftTab.qml +++ b/ui/app/AppLayouts/Profile/LeftTab.qml @@ -29,6 +29,7 @@ Item { anchors.top: title.bottom anchors.topMargin: Style.current.bigPadding anchors.bottom: parent.bottom + anchors.bottomMargin: Style.current.padding } } diff --git a/ui/app/AppLayouts/Profile/LeftTab/Menu.qml b/ui/app/AppLayouts/Profile/LeftTab/Menu.qml index 0fa7a78ddf..6fa23a34af 100644 --- a/ui/app/AppLayouts/Profile/LeftTab/Menu.qml +++ b/ui/app/AppLayouts/Profile/LeftTab/Menu.qml @@ -15,6 +15,7 @@ ScrollView { } id: profileMenu + clip: true Column { anchors.fill: parent