Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/App.vue b/src/App.vue
index 5ccb4521..021e837e 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -156,12 +156,21 @@ $breakpoint-mobile: 1024px;
body {
min-height: 100%;
height: auto;
+ // Adjustment necessary to use nc/vue@6 with NC25
+ position: initial;
}
</style>
<style lang="scss" scoped>
+// Adjustment necessary to use nc/vue@6 with NC25
+#content-vue {
+ max-height: 100vh;
+}
+
.app-content {
+ // Adjustment necessary to use nc/vue@6 with NC25
+ overflow-y: scroll;
background-color: var(--color-background-dark) !important;
> div {