diff --git a/changelog/unreleased/enhancement-unstick-top-bar b/changelog/unreleased/enhancement-unstick-top-bar new file mode 100644 index 00000000000..9d8b8800857 --- /dev/null +++ b/changelog/unreleased/enhancement-unstick-top-bar @@ -0,0 +1,6 @@ +Enhancement: Unstick top bar + +The top bar above tables as well as the table headers now lose their "stickiness" with limited vertical screen space. This way, we prevent those elements from overflowing content below. + +https://github.com/owncloud/web/pull/11344 +https://github.com/owncloud/web/issues/10728 diff --git a/packages/web-app-admin-settings/src/components/AppTemplate.vue b/packages/web-app-admin-settings/src/components/AppTemplate.vue index ada01a6b597..682ae9ba58e 100644 --- a/packages/web-app-admin-settings/src/components/AppTemplate.vue +++ b/packages/web-app-admin-settings/src/components/AppTemplate.vue @@ -3,7 +3,12 @@