From 72411fa4a4d4180093fbb66412645c3536db45e5 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 17 Aug 2020 19:07:53 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 2 ++ ayanova/src/App.vue | 2 +- ayanova/src/assets/css/main.css | 6 ++++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index e91a30f6..2adf83f9 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -21,6 +21,8 @@ todo: Joyce after testing issues: todo: login form on mobile is cut off due to the 100vh bug on chrome as per nav drawer logout issue fix might be to put a 100% on something app level somewhere or maybe just the login form since it's the only one that has that issue +todo: several screenshots showing mobile layout issue in emails + ### RETEST ALL DEVICES WHEN GET TO HERE ##### TO TEST: diff --git a/ayanova/src/App.vue b/ayanova/src/App.vue index 868242ac..bcca4561 100644 --- a/ayanova/src/App.vue +++ b/ayanova/src/App.vue @@ -8,6 +8,7 @@ Also there is a height bug in vuetify with chrome on mobile (and safari) so using workaround with 100% height set on v-navigation-drawer https://github.com/vuetifyjs/vuetify/issues/9607 + height="100%" -->