From dd1965ca3461dbf965a68015e063667d56970adb Mon Sep 17 00:00:00 2001 From: Thomas Hopkins Date: Wed, 26 Oct 2016 13:24:22 -0700 Subject: [PATCH] PLT-4460 Fix disappearing topbar when jumping from right sidebar (#4339) --- webapp/sass/layout/_sidebar-left.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/sass/layout/_sidebar-left.scss b/webapp/sass/layout/_sidebar-left.scss index 4c718327e1..dae34d2fc1 100644 --- a/webapp/sass/layout/_sidebar-left.scss +++ b/webapp/sass/layout/_sidebar-left.scss @@ -4,7 +4,7 @@ border-right: $border-gray; height: 100%; left: 0; - position: absolute; + position: fixed; width: 220px; z-index: 5;