We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73614b5 + 49d1473 commit fae7576Copy full SHA for fae7576
src/components/NoteRich.vue
@@ -197,6 +197,6 @@ export default {
197
.is-mobile:deep(.text-menubar) {
198
// Avoid overlapping the navigation toggle
199
margin-left: 44px;
200
- margin-top: 4px;
+ z-index: 1;
201
}
202
</style>
src/components/NotesView.vue
@@ -221,6 +221,8 @@ export default {
221
<style lang="scss" scoped>
222
.content-list {
223
padding: 0 4px;
224
+ height: 100%;
225
+ overflow-y: auto;
226
227
228
.content-list__search {
@@ -244,6 +246,7 @@ export default {
244
246
245
247
.app-content-details {
248
height: 100%;
249
+ overflow: auto;
250
251
252
.loading-label {
0 commit comments