Open Aeryax opened 8 years ago
Thanks for creating issue.
try to add the following css to your project
.lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu{
min-width: 0;
}
.lobipanel.panel-unpin.panel-minimized{
position: static;
}
This is because IE does not have position: initial
or min-width: initial
.
Let me know if this helps
Thanks, that was a fast answer :smile: It works like a charm.
Great!! I will change this in next stable release.
Fixed!!! Download new version from github or bower
Hi,
When I try to minimize two or more unpined panels on IE11, these are stacking on the bottom left corner. Here is a screenshot:
It is working well on FF/Chrome. Do you think it is possible to fix it ?
Thanks for your work.