From 3ff0e568fe835531e7a9e6abca1516db0d4dca31 Mon Sep 17 00:00:00 2001 From: Sachin Rajkumar Saini <66999961+SachinRajkumarSaini@users.noreply.github.com> Date: Fri, 16 Jul 2021 12:09:03 +0530 Subject: [PATCH] Sticky Side Navbar the sidebar stays solidly in place as you scroll down the page. --- dist/react-sidenav.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/react-sidenav.css b/dist/react-sidenav.css index 29d83e1..831ff1d 100644 --- a/dist/react-sidenav.css +++ b/dist/react-sidenav.css @@ -1,6 +1,6 @@ /*! react-sidenav v0.5.0 | (c) 2020 Trend Micro Inc. | MIT | https://github.com/trendmicro-frontend/react-sidenav */ .sidenav---sidenav---_2tBP { - position: absolute; + position: fixed; top: 0; bottom: 0; left: 0; @@ -347,4 +347,4 @@ box-sizing: inherit; } -/*# sourceMappingURL=react-sidenav.css.map*/ \ No newline at end of file +/*# sourceMappingURL=react-sidenav.css.map*/