Skip to content

Commit

Permalink
Merge pull request #1164 from nextcloud/bugfix/1163
Browse files Browse the repository at this point in the history
fix: Scrolling on mobile and proper alignment of the back button/menubar
  • Loading branch information
juliusknorr authored Nov 20, 2023
2 parents 73614b5 + 49d1473 commit fae7576
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NoteRich.vue
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,6 @@ export default {
.is-mobile:deep(.text-menubar) {
// Avoid overlapping the navigation toggle
margin-left: 44px;
margin-top: 4px;
z-index: 1;
}
</style>
3 changes: 3 additions & 0 deletions src/components/NotesView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ export default {
<style lang="scss" scoped>
.content-list {
padding: 0 4px;
height: 100%;
overflow-y: auto;
}
.content-list__search {
Expand All @@ -244,6 +246,7 @@ export default {
.app-content-details {
height: 100%;
overflow: auto;
}
.loading-label {
Expand Down

0 comments on commit fae7576

Please sign in to comment.