TastyIgniter icon indicating copy to clipboard operation
TastyIgniter copied to clipboard

[Bug]: Overlapping of changing status.

Open JamesThanna opened this issue 2 years ago • 0 comments

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

JamesThanna avatar Sep 12 '22 09:09 JamesThanna