Open sama55 opened 8 years ago
On default setup and on lobianijs.com examples page it works fine. Maybe you have additional css which overrides lobipanel's css.
Try empty installation and let me know the result
Thanks arboshiki. This phenomenon was reproduced on your site. But now, it is correct. It is strange....
I tried once again. I can not tell exactly the occurrence conditions, but it will occur. I'm using Chrome development console. Do you change the z-index of the panel in Javascript?
I think I found the problem. This happens when you start dragging the panel but release immediately. jQuery ui sets its z-index to 0 and that causes the problem.
Probably, I think issue is fixed with this. http://stackoverflow.com/questions/6311475/jquery-ui-draggable-element-always-on-top As a reference. Thanks again.
I found a small issue. I set z-index to ul.dropdown-menu. But, It does not appear in the front. Can I deal with CSS?