Fix menu spacing

Still delicate but fine for now
This commit is contained in:
Justin Edmund 2022-12-25 01:31:18 -08:00
parent 2aa4008e68
commit 7dca486d5a

View file

@ -4,7 +4,7 @@
display: none;
min-width: 220px;
position: absolute;
top: $unit * 5; // This shouldn't be hardcoded. How to calculate it?
top: $unit * 5.75; // This shouldn't be hardcoded. How to calculate it?
// Also, add space that doesn't make the menu disappear if you move your mouse slowly
z-index: 10;
}