From 7617c277b05f2cc6cb981a3846382411d0205a98 Mon Sep 17 00:00:00 2001 From: Justin Georgi Date: Fri, 9 Feb 2024 10:38:24 -0700 Subject: [PATCH] Fix sizing issues on Safari (#89) Signed-off-by: Justin Georgi Reviewed-on: https://gitea.azgeorgis.net/Georgi_Lab/ALVINN_f7/pulls/89 --- src/pages/detect.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/pages/detect.vue b/src/pages/detect.vue index 4e171ca..0d5a219 100644 --- a/src/pages/detect.vue +++ b/src/pages/detect.vue @@ -6,7 +6,7 @@
- +
@@ -24,12 +24,12 @@
- - - + + + - +
@@ -112,8 +112,8 @@ .image-container { grid-area: image-view; - max-width: 100%; - max-height: 100%; + width: 100%; + height: 100%; min-width: 0; min-height: 0; position: relative;