@policystudio/policy-studio-ui-vue 1.1.90-beta.25 → 1.1.90-beta.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@policystudio/policy-studio-ui-vue",
3
- "version": "1.1.90-beta.25",
3
+ "version": "1.1.90-beta.26",
4
4
  "description": "Policy Studio UI",
5
5
  "author": "Policy Studio Team",
6
6
  "scripts": {
@@ -184,7 +184,7 @@ const updatePosition = () => {
184
184
  PSDropdownDialog.value.style.minWidth = `${rectTrigger.width}px`
185
185
 
186
186
  if (rectTrigger.x + rectDialog.width + 20 > windowWidth) {
187
- PSDropdownDialog.value.style.left = `${windowWidth - rectDialog.width + 15}px`
187
+ PSDropdownDialog.value.style.left = `${windowWidth - rectDialog.width - 30}px`
188
188
  } else {
189
189
  PSDropdownDialog.value.style.left = `${rectTrigger.x}px`
190
190
  }