Merge pull request #3002 from nextcloud/fix/noid/scrolling-on-mobile

Fix scrolling on mobile
This commit is contained in:
Greta 2022-09-30 17:42:56 +02:00 committed by GitHub
commit 13ba27ef8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -805,6 +805,7 @@ export default {
<style lang="scss" scoped>
// Container height fix for dropdowns
.app-content-details {
height: 100%;
min-height: calc(100vh - var(--header-height));
padding: 0 44px 80px 44px;
}