Fix dropdown menu width again

This commit is contained in:
Justin Edmund 2023-01-28 22:23:10 -08:00
parent 3f545a681e
commit 1bc8aafac0

View file

@ -4,7 +4,8 @@
border-radius: 6px;
box-shadow: 0 1px 4px rgb(0 0 0 / 8%);
box-sizing: border-box;
min-width: 30vw;
width: 30vw;
max-width: 180px;
margin: 0 $unit-2x;
// top: $unit-8x; // 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