diff --git a/packages/frontend-core/src/components/SplitPage.svelte b/packages/frontend-core/src/components/SplitPage.svelte index c05da94311..08ec519715 100644 --- a/packages/frontend-core/src/components/SplitPage.svelte +++ b/packages/frontend-core/src/components/SplitPage.svelte @@ -1,10 +1,15 @@ + +
-
+
+ background
@@ -25,11 +30,14 @@ overflow-y: auto; } .right { - background: linear-gradient( - to bottom right, - var(--spectrum-global-color-gray-300) 0%, - var(--background) 100% - ); + position: relative; + } + .right img { + position: absolute; + top: 0; + left: 0; + height: 100%; + width: 100%; } .content { width: 100%;