tinyfilemanager
tinyfilemanager copied to clipboard
Menu is cut off at the right edge
The menu is cut off at the right edge.
The following code worked for me:
Replace:
<div class="dropdown-menu text-small shadow" aria-labelledby="navbarDropdownMenuLink-5" data-bs-theme="<?php echo FM_THEME; ?>">
To:
<div class="dropdown-menu dropdown-menu-end text-small shadow" aria-labelledby="navbarDropdownMenuLink-5" data-bs-theme="<?php echo FM_THEME; ?>">