From c74897478fe13c266d97eb2fd86a921da5512648 Mon Sep 17 00:00:00 2001 From: Horilla Date: Mon, 6 May 2024 12:52:29 +0530 Subject: [PATCH] [UPDT] BASE: Style update for sidebar company --- static/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index bacbc2440..b3395ceaf 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -499,4 +499,10 @@ form label { .d-none{ display: none !important; +} +.oh-sidebar__company { + position: sticky; + top: 0; + left: 0; + backdrop-filter: blur(8px); } \ No newline at end of file