Update: Continued work on Friends tab + fixes

This commit is contained in:
nizune
2021-07-02 13:56:38 +02:00
parent 05ab27b990
commit 526aa72c0f
7 changed files with 29 additions and 18 deletions

View File

@@ -7,7 +7,7 @@ import ConditionalLink from "../../lib/ConditionalLink";
import { Message, Group } from "@styled-icons/boxicons-regular";
const NavigationBase = styled.div`
z-index: 10;
z-index: 100;
height: 50px;
display: flex;
background: var(--secondary-background);