From 9f46000efffd5cb8087d0a22e5961a38e1366c50 Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Sun, 13 Feb 2022 15:04:54 -0500 Subject: [PATCH] Fix z-index of sidebar for landscape mobile views --- styles/Sidebar.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/Sidebar.module.css b/styles/Sidebar.module.css index 30d2c0b..dc69366 100644 --- a/styles/Sidebar.module.css +++ b/styles/Sidebar.module.css @@ -2,7 +2,7 @@ position: fixed; top: 0; left: 0; - z-index: 1; + z-index: 3; height: 100%; background-color: #fbefd5; overflow-x: hidden;