orchidsoftware / crud

Simplify the process of building CRUD (Create, Read, Update, Delete) functionality in Laravel using the features of Orchid.
https://orchid.software
MIT License
138 stars 34 forks source link

After returning from the 403 screen dropdowns don't work #27

Open fozbek opened 3 years ago

fozbek commented 3 years ago

I created a resource and policy. And set return false the create method. Navigate the resource list page. Click create button and navigate back. Then when u click your profile name you can see dropdown doesn't work. And there is also css problem after that.

{
  "require": {
    "laravel/framework": "^8.12",
    "orchid/crud": "^2.7",
    "orchid/platform": "^9.19"
  }
}

Chrome Version 88.0.4324.182 (Official Build) (64-bit) Fedora 33

Screenshot from 2021-03-03 20-57-49