We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af26327 commit b26dfa0Copy full SHA for b26dfa0
bower.json
@@ -1,6 +1,6 @@
1
{
2
"name": "angular-wtpbox",
3
- "version": "0.0.19",
+ "version": "0.0.20",
4
"main": "src/pbox.js",
5
"dependencies": {
6
"angular": "~1.2.25",
src/pbox.js
@@ -32,7 +32,8 @@
32
right = docClientWidth - elementLeft - elementOuterWidth;
33
left = undefined;
34
if (right + boxWidth > docClientWidth) {
35
- right = options.offset;
+ // right = options.offset;
36
+ right = docClientWidth - boxWidth - options.offset;
37
}
38
39
else {
0 commit comments