fix: notes list options menu not toggling correctly (#840)

This commit is contained in:
Aman Harwara
2022-02-01 20:12:57 +05:30
committed by GitHub
parent 6150f58c73
commit 1f5d235cd4
5 changed files with 93 additions and 51 deletions

View File

@@ -683,6 +683,10 @@
top: 50%;
}
.top-full {
top: 100%;
}
.left-2 {
left: 0.5rem;
}