From 64dbcf06fdae7e5d0c8b69210e7b0e8ef169282d Mon Sep 17 00:00:00 2001 From: Sophie Zhang Date: Thu, 11 Apr 2024 10:31:10 -0400 Subject: flipping semi-working need to fix dimensions --- src/client/views/nodes/trails/SlideEffect.scss | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'src/client/views/nodes/trails/SlideEffect.scss') diff --git a/src/client/views/nodes/trails/SlideEffect.scss b/src/client/views/nodes/trails/SlideEffect.scss index 5d8e3119b..6a9e93028 100644 --- a/src/client/views/nodes/trails/SlideEffect.scss +++ b/src/client/views/nodes/trails/SlideEffect.scss @@ -7,15 +7,18 @@ .flip-side { position: absolute; - // max-width: 500px; - // max-height: 500px; - // width: 350px; - // height: 200px; + max-width: 500px; + max-height: 500px; + width: 350px; + height: 200px; will-change: transform, opacity; + backface-visibility: hidden; } .flip-front { } .flip-back { + // Get the background color of node instead + background-color: rgb(223, 223, 223); } -- cgit v1.2.3-70-g09d2