When I try to open the KTMenu in a modal the menu opens inside the modal but not under the button that performs the action
<div class="btn-group btn_side" id="content_actions">
<a id="locationProductsDropdownMenu" class="down" data-kt-menu-trigger="click" data-kt-menu-placement="bottom-end" data-kt-menu-offset="0px, 5px">
<div class="analytics-30 margin-r-2 btn-hover" title="@lang("labels.analytics-label-19")"></div>
</a>
<div class="menu menu-sub menu-sub-dropdown menu-column menu-rounded menu-gray-800 menu-state-bg-light-primary fw-semibold w-auto min-w-200px mw-300px" data-kt-menu="true">
<div class="menu-item px-3">
<a id="locationProductsFilteredToPDF" class="menu-link px-3">
@lang("labels.analytics-label-19")
</a>
</div>
<div class="menu-item px-3">
<a id="locationProductsFilteredToExcel" class="menu-link px-3">
@lang("labels.analytics-label-18")
</a>
</div>
</div>
</div>
I solved it with data-kt-menu-overflow="true"
Thank.
Hi ,
Great! All the best with your projects!
Regards.
<img src="https://i.imgur.com/qOHs5Vy.png" />
Hi,
Can you try to pass data-kt-menu-static="true"
or data-kt-menu-static="false"
or data-kt-menu-overflow="true"
? Please try to put the above attributes right beside data-kt-menu-trigger
attribute.
Regards.