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 {