I'm currently working with vuetify and v-menu as outlined in the official documentation here
https://vuetifyjs.com/en/components/menus/
I'm struggling to figure out how to apply elevation only on the bottom left and right corners. When I add a class "elevation-2" to my v-menu, the elevation appears all around it instead of just where I want it - on the left, right, and bottom edges.
Any help would be appreciated. Thank you!