diff --git a/frontend/app.js b/frontend/app.js index 26044bf..54e99f1 100644 --- a/frontend/app.js +++ b/frontend/app.js @@ -191,6 +191,7 @@ const rect = trigger.getBoundingClientRect(); menu.style.top = `${rect.bottom + 4}px`; menu.style.left = `${rect.left}px`; + menu.style.width = `${rect.width}px`; } }); diff --git a/frontend/index.html b/frontend/index.html index e40c914..8b11d8d 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -200,12 +200,12 @@