From b054211fe67a7f3cc668d7750d86235627f5271b Mon Sep 17 00:00:00 2001 From: Will Martin Date: Thu, 1 Feb 2024 15:36:58 -0500 Subject: [PATCH] [CL-175] remove position fixed from sidebar (#7760) Removes fixed position from `bit-layout`'s sidebar. This prevents the sidebar from taking up too much space on smaller viewports. --- libs/components/src/layout/layout.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/components/src/layout/layout.component.html b/libs/components/src/layout/layout.component.html index 0b97aa75617..e505c04c8c4 100644 --- a/libs/components/src/layout/layout.component.html +++ b/libs/components/src/layout/layout.component.html @@ -22,14 +22,14 @@ '--color-background-alt4': 'var(--color-secondary-300)' } " - class="tw-fixed tw-inset-y-0 tw-left-0 tw-h-screen tw-w-60 tw-overflow-auto tw-bg-background-alt3" + class="tw-inset-y-0 tw-left-0 tw-h-screen tw-w-60 tw-overflow-auto tw-bg-background-alt3" >