Skip to content

Commit

Permalink
Fix accounts list scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasHirt committed Nov 20, 2020
1 parent 0ea04c0 commit 7f7b0e5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions accounts/ui/components/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<div class="uk-flex uk-flex-column" id="accounts-app">
<div class="uk-flex uk-flex-column uk-height-1-1" id="accounts-app">
<template v-if="isInitialized">
<div class="oc-app-bar">
<accounts-batch-actions
Expand All @@ -10,7 +10,7 @@
/>
<accounts-create v-else />
</div>
<oc-grid class="uk-height-1-1 uk-flex-1 uk-overflow-auto">
<oc-grid class="uk-flex-1 uk-overflow-auto">
<div class="uk-width-expand">
<accounts-list :accounts="accounts" />
</div>
Expand Down
7 changes: 7 additions & 0 deletions changelog/unreleased/accounts-list-scroll.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Bugfix: Enable scrolling in accounts list

Tags: accounts

We've fixed the accounts list to enable scrolling.

https://github.com/owncloud/ocis/pull/909

0 comments on commit 7f7b0e5

Please sign in to comment.