From 0479a0801241890287572300ae21211a7136b5ae Mon Sep 17 00:00:00 2001 From: Shail Mehta Date: Tue, 11 Feb 2025 07:06:08 +0530 Subject: [PATCH] Enabled Full height in Additional CSS (#68993) * Enabled Full Height in Additional CSS Field * Enabled Full Height in Additional CSS Field * Fixed Border Issue After Full Height * Added Suggested changes Co-authored-by: shail-mehta Co-authored-by: t-hamano Co-authored-by: Rishit30G Co-authored-by: ciampo Co-authored-by: annezazu --- .../edit-site/src/components/global-styles/screen-root.js | 1 + packages/edit-site/src/components/global-styles/style.scss | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/packages/edit-site/src/components/global-styles/screen-root.js b/packages/edit-site/src/components/global-styles/screen-root.js index ce9e4d08daf0a0..e15eae1cd30962 100644 --- a/packages/edit-site/src/components/global-styles/screen-root.js +++ b/packages/edit-site/src/components/global-styles/screen-root.js @@ -55,6 +55,7 @@ function ScreenRoot() { return ( diff --git a/packages/edit-site/src/components/global-styles/style.scss b/packages/edit-site/src/components/global-styles/style.scss index 99b1c8c92bbd02..dae6a9df73afe1 100644 --- a/packages/edit-site/src/components/global-styles/style.scss +++ b/packages/edit-site/src/components/global-styles/style.scss @@ -228,9 +228,14 @@ } } +.edit-site-global-styles-sidebar__navigator-provider { + height: 100%; +} + .edit-site-global-styles-sidebar__navigator-screen { display: flex; flex-direction: column; + height: 100%; } .edit-site-global-styles-sidebar__navigator-screen .single-column {