From 8161b11b387f1465b218e1b9a40b9b8c9f0aa440 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Fri, 3 Apr 2020 20:21:03 -0500 Subject: [PATCH] side nav bar for admin dashboard --- public/css/admin/dashboard.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/admin/dashboard.css b/public/css/admin/dashboard.css index f129efdfc..182d6609c 100644 --- a/public/css/admin/dashboard.css +++ b/public/css/admin/dashboard.css @@ -24,7 +24,7 @@ body { } .sidebar-sticky { - position: relative; + position: fixed; top: 0; width: 100px; height: calc(100vh - 48px);