Hi all,
I have a problem with a dropdown menu in a data table.
The problem is not limited to my app, it can be reproduced in this demo page: https://preview.keenthemes.com/metronic8/demo11/apps/user-management/users/list.html
The problem shows up on an IPhone, but not on an Android smartphone and not in the desktop version.
The problem is that the expanded menu is cut off at the bottom of the table before pagination.
Does anyone know a css fix for this?
Thank you very much in advance and best,
Fabio
Hi,
We have a quick fix for the iOS KTMenu issue inside overflow:auto
parent.
All you need to do is to add overflow-visible
class to the aside element with kt_aside
ID:
<div class="aside overflow-visible">
....
</div>
Hi Sean,
the error appears on a iPhone11 with iOS version 15.6.1.
Best,
Fabio
Noted, thanks for the info. We will check it further.
Hi,
May I know your iOS version? If it's an old version then we can't control the compatibility for all ios versions since our KTMenu uses the popper plugin for positioning the dropdown menu.
Regards.