tastyigniter / TastyIgniter

:fire: Powerful, yet easy to use, open-source online ordering, table reservation and management system for restaurants
https://tastyigniter.com
MIT License
2.98k stars 976 forks source link

[Bug]: Overlapping of changing status. #1015

Closed JamesThanna closed 1 year ago

JamesThanna commented 2 years ago

What happened?

Removing as this breaks the dropdown on multiple pages example /admin/reservations

The changing statues doesn't work without it.

.dropdown, .dropend, .dropstart, .dropup { position: relative; }

I couldn't' find this on the minified on the css file

I've added

.dropdown, .dropend, .dropstart, .dropup { position: static !IMPORTANT; }

to the bottom of my file to resolve this.

What did you expect to happen?

Th drop down should overlap but doesn't.

Version

3.5.x

What browser are you seeing the problem on?

Chrome

Relevant log output

No response

sampoyigi commented 1 year ago

This issue will be closed and archived in 3 days, as there has been no activity in the last 60 days. If this issue is still relevant or you would like to see it actioned, please respond and we will re-open this issue. If this issue is critical to your business, consider the Dedicated Support Service where a Service Level Agreement is offered.

jasdigital commented 1 year ago

This issue still persists on the main branch. Dropdowns in the .table-responsive div in /admin/orders as an example needs to have overflow: inherit.