context menu working for mobile mealplan view

This commit is contained in:
vabene1111
2023-02-24 20:24:28 +01:00
parent 0b40414d23
commit 0c8c74c0ac
3 changed files with 8 additions and 8 deletions

View File

@@ -95,7 +95,7 @@ export default {
<style scoped>
.context-menu {
position: fixed;
z-index: 999;
z-index: 5000;
overflow: hidden;
background: #fff;
border-radius: 4px;