From 95db4029fdfa8b1951c29144fdb9e589b77fd77a Mon Sep 17 00:00:00 2001 From: bobzel Date: Wed, 30 Apr 2025 22:13:18 -0400 Subject: changing images back to use 100% to work in Safari. --- src/client/views/nodes/ImageBox.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/client/views/nodes/ImageBox.scss b/src/client/views/nodes/ImageBox.scss index ac1a6ece9..3adc16879 100644 --- a/src/client/views/nodes/ImageBox.scss +++ b/src/client/views/nodes/ImageBox.scss @@ -106,7 +106,7 @@ height: 100%; img { object-fit: contain; - height: fit-content; + height: 100%; } .imageBox-fadeBlocker, -- cgit v1.2.3-70-g09d2