From 7de67e9c42ab6663d8f9adc18ae500d30137cad3 Mon Sep 17 00:00:00 2001 From: SpikeHD Date: Wed, 1 Jun 2022 20:03:45 -0700 Subject: [PATCH] right bar extension --- src/ui/components/RightBar.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/components/RightBar.css b/src/ui/components/RightBar.css index b1effd5..dd0218b 100644 --- a/src/ui/components/RightBar.css +++ b/src/ui/components/RightBar.css @@ -7,14 +7,14 @@ align-items: center; justify-content: flex-start; - height: calc(100vh - 190px); + height: 100vh; width: 80px; right: 0%; z-index: 99; background-color: rgba(77, 77, 77, 0.6); - z-index: 99; + z-index: 999; } .BarImg:hover {