TastyIgniter
TastyIgniter copied to clipboard
[Bug]: Overlapping of changing status.
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