From 57b49f48da6785e574fd5e32783e9357dfef36a0 Mon Sep 17 00:00:00 2001 From: gauravd2t Date: Tue, 24 Jun 2025 11:33:00 +0530 Subject: [PATCH] given height and scroll on absolute in mobile view --- src/app/shared/sidebar/page-with-sidebar.component.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/shared/sidebar/page-with-sidebar.component.scss b/src/app/shared/sidebar/page-with-sidebar.component.scss index df87cdf0543..8f929de6579 100644 --- a/src/app/shared/sidebar/page-with-sidebar.component.scss +++ b/src/app/shared/sidebar/page-with-sidebar.component.scss @@ -37,6 +37,8 @@ position: absolute; top: 0; width: 100%; + height: 1200px; + overflow: auto; } } }