Polished dashboard and added buttons

This commit is contained in:
Keannu Christian Bernasol 2023-12-02 18:56:35 +08:00
parent 56a4ecd5d3
commit 553156ef7c
3 changed files with 232 additions and 7 deletions

View file

@ -14,7 +14,7 @@ export default function Header(props: props) {
style={{
position: "sticky",
top: 0,
zIndex: -1,
zIndex: 1,
backgroundColor: colors.header_color,
display: "flex",
flexDirection: "row",