From 981fb70b01d2422b306dbea06d741b1bbb6f9a76 Mon Sep 17 00:00:00 2001 From: Asharon Baltazar Date: Tue, 24 Aug 2021 11:21:56 -0400 Subject: [PATCH] Up z-index and add white background --- mathesar_ui/src/sections/left-pane/LeftPane.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mathesar_ui/src/sections/left-pane/LeftPane.scss b/mathesar_ui/src/sections/left-pane/LeftPane.scss index 5395606525..c6337b53d2 100644 --- a/mathesar_ui/src/sections/left-pane/LeftPane.scss +++ b/mathesar_ui/src/sections/left-pane/LeftPane.scss @@ -5,7 +5,8 @@ aside { bottom: 0; border-right: 1px solid #dfdfdf; transition: left .2s ease-out; - z-index: 3; + z-index: 101; + background-color: white; overflow-y: auto; nav {