refactor: rewrite menu with floating ui

This commit is contained in:
MAZE
2024-01-02 16:54:29 +03:30
parent 17027e299b
commit 8beb42cb1b
2 changed files with 51 additions and 14 deletions

View File

@@ -24,9 +24,6 @@
}
& .menu {
position: absolute;
right: 0;
bottom: calc(100% + 12px);
width: 200px;
padding: 4px;
background-color: var(--color-neutral-100);