Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug with minimize function while unpined on IE11 #22

Open
Aeryax opened this issue Sep 28, 2016 · 4 comments
Open

Bug with minimize function while unpined on IE11 #22

Aeryax opened this issue Sep 28, 2016 · 4 comments
Labels

Comments

@Aeryax
Copy link

Aeryax commented Sep 28, 2016

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:
image

It is working well on FF/Chrome. Do you think it is possible to fix it ?

Thanks for your work.

@thecodeholic
Copy link
Owner

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

@Aeryax
Copy link
Author

Aeryax commented Sep 28, 2016

Thanks, that was a fast answer 😄
It works like a charm.

@thecodeholic
Copy link
Owner

Great!!
I will change this in next stable release.

@thecodeholic thecodeholic added this to the Fixed not tested milestone Oct 5, 2016
@thecodeholic
Copy link
Owner

Fixed!!! Download new version from github or bower

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants