orchidsoftware / platform

Orchid is a @laravel package that allows for rapid application development of back-office applications, admin/user panels, and dashboards.
https://orchid.software
MIT License
4.44k stars 653 forks source link

Actions menu only partly visible in users management panel #2900

Closed andrewthewave closed 1 month ago

andrewthewave commented 1 month ago

Describe the bug Trying to open action menu by clicking three dots button, only some portion of it appears To Reproduce Steps to reproduce the behavior:

  1. Enter users management panel on /admin/users
  2. Open actions menu by clicking on three dots button next to user

Expected behavior A menu is fully visible and can be interacted with

Screenshots image

Desktop (please complete the following information):

Smartphone (please complete the following information):

Server (please complete the following information):

Additional context Tried on different OS (windows/linux) / PC / browsers - issue persists

tabuna commented 1 month ago

I cannot reproduce this issue in Chrome with the latest version of the package. However, I’m aware that this problem occurred before. Are you sure all resources were published during the update? You can verify this by running the artisan about command.

andrewthewave commented 1 month ago

Yes, turns out resources were outdated, after publishing them the glitch is gone. Thank you!