↧
Answer by Sneh for How can I get the lightning-button-menu to display above...
Remove slds-table_fixed-layout from the table tag:<table class=".... ̶s̶l̶d̶s̶-̶t̶a̶b̶l̶e̶_̶f̶i̶x̶e̶d̶-̶l̶a̶y̶o̶u̶t̶">Add a custom class to the table:<table class=".......
View ArticleHow can I get the lightning-button-menu to display above other components
I'm creating custom table, row, and cell LWC components. The lightning-menu-item options display under other components no matter what I try. I've been adjusting the display and position values of all...
View Article