Hi, I'm working on a plugin for WordPress and because the way the position is done in WordPress Admin page, this plugin is not able to pick up on the margins and the small/extended side panel and never aligns and brakes the position of the dropdown. The great news is that I figure it out and would like to share with people that are having the same problem.
on method postion() change the following code from:
Thanks for sharing. Not something that will be included in core, of course. I'm hoping to work out a new, more reliable way to position them in the next release.
Hi, I'm working on a plugin for WordPress and because the way the position is done in WordPress Admin page, this plugin is not able to pick up on the margins and the small/extended side panel and never aligns and brakes the position of the dropdown. The great news is that I figure it out and would like to share with people that are having the same problem.
on method
postion()
change the following code from:To:
Hope that help someone @Kivylius