Fixed profile button.

This commit is contained in:
Mike Cao 2023-12-27 19:14:23 -08:00
parent 6c4a297697
commit 63bfad4d9c
4 changed files with 9 additions and 6 deletions

View file

@ -1,6 +1,9 @@
.menu {
width: 200px;
z-index: var(--z-index-popup);
border: 1px solid var(--border-color);
border-radius: var(--border-radius);
overflow: hidden;
}
.item {