From 08766d6ee33d5f59dfe3ebacf592c0dac3c126bb Mon Sep 17 00:00:00 2001 From: oliver <8559757+oliverqx@users.noreply.github.com> Date: Mon, 24 Feb 2025 17:45:02 -0600 Subject: [PATCH] fix: update css selectors --- .../modules/settings/playground/components/PlaygroundPage.tsx | 2 +- .../modules/settings/playground/components/RestPlayground.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/twenty-front/src/modules/settings/playground/components/PlaygroundPage.tsx b/packages/twenty-front/src/modules/settings/playground/components/PlaygroundPage.tsx index 44df1de1c0f1..e0115bb2ccc1 100644 --- a/packages/twenty-front/src/modules/settings/playground/components/PlaygroundPage.tsx +++ b/packages/twenty-front/src/modules/settings/playground/components/PlaygroundPage.tsx @@ -28,7 +28,7 @@ const StyledPage = styled.div` const StyledMainContainer = styled.div<{ pageBarHeight: number }>` padding-bottom: ${({ theme }) => theme.spacing(3)}; - border: 1px solid ${({ theme }) => theme.border.color.medium}; + border-top: 1px solid ${({ theme }) => theme.border.color.medium}; height: calc(100vh - ${({ pageBarHeight }) => `${pageBarHeight}px`}); width: 100vw; `; diff --git a/packages/twenty-front/src/modules/settings/playground/components/RestPlayground.tsx b/packages/twenty-front/src/modules/settings/playground/components/RestPlayground.tsx index b76c700781f0..7d8a529596b2 100644 --- a/packages/twenty-front/src/modules/settings/playground/components/RestPlayground.tsx +++ b/packages/twenty-front/src/modules/settings/playground/components/RestPlayground.tsx @@ -16,7 +16,7 @@ const StyledNestedContainer = styled.div<{ pageBarHeight: number }>` height: 100%; width: 100%; - > * { + [data-v-app] { max-height: ${({ theme, pageBarHeight }) => `calc( 100dvh