From 4231dd22fd0bf0d932d53bfca14a23dde52d15c6 Mon Sep 17 00:00:00 2001 From: Jacob Noah Date: Wed, 10 Jan 2024 18:00:23 +0100 Subject: [PATCH 1/2] Account page scrollable --- packages/web-runtime/src/pages/account.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/web-runtime/src/pages/account.vue b/packages/web-runtime/src/pages/account.vue index fa78f2c700d..3a83e5b06df 100644 --- a/packages/web-runtime/src/pages/account.vue +++ b/packages/web-runtime/src/pages/account.vue @@ -479,4 +479,7 @@ export default defineComponent({ dd { margin-left: 0; } +main { + overflow-y: auto; +} From e7eb99d6df1c510a621043fb1b48211c8e75650c Mon Sep 17 00:00:00 2001 From: Jannik Stehle Date: Thu, 11 Jan 2024 11:42:46 +0100 Subject: [PATCH 2/2] docs: add changelog item --- changelog/unreleased/bugfix-scrollable-account-page | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/unreleased/bugfix-scrollable-account-page diff --git a/changelog/unreleased/bugfix-scrollable-account-page b/changelog/unreleased/bugfix-scrollable-account-page new file mode 100644 index 00000000000..1418b3e4265 --- /dev/null +++ b/changelog/unreleased/bugfix-scrollable-account-page @@ -0,0 +1,6 @@ +Bugfix: Scrollable account page + +Vertically scrolling the account page has been fixed and works now. + +https://github.com/owncloud/web/pull/10318 +https://github.com/owncloud/web/issues/10313