I am displaying menu-items in certain margin but it getting shadow along with menu-items . I want to
remove the black shadow of the menu-items.how can it be implemented - to change the code or something changed in css file?
You could try adding the margin-left: 100px to .v-menubar-popup instead, so that the shadow follows the popup correctly. Otherwise use the .v-shadow {display: none;} to hide it completely.