From 765099f91230407969bd2b9fa696d576b77dbd46 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Wed, 27 May 2020 08:32:39 -0400 Subject: [PATCH] Flex column ordering for viewport panes --- platform/ui/src/components/ViewportPane/ViewportPane.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/ui/src/components/ViewportPane/ViewportPane.jsx b/platform/ui/src/components/ViewportPane/ViewportPane.jsx index f4dcb412a..2388fa229 100644 --- a/platform/ui/src/components/ViewportPane/ViewportPane.jsx +++ b/platform/ui/src/components/ViewportPane/ViewportPane.jsx @@ -43,6 +43,7 @@ function ViewportPane({ onScroll={onInteraction} onWheel={onInteraction} className={classnames( + 'flex flex-col', 'rounded-lg hover:border-primary-light transition duration-300 outline-none overflow-hidden', { 'border-2 border-primary-light m-0': isActive,