mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 08:32:14 +00:00
UI fixes & refactoring
This commit is contained in:
@@ -106,8 +106,7 @@ export default {
|
||||
if (this.isVisible) {
|
||||
let container = document.getElementById('folder-actions')
|
||||
|
||||
this.positionX = container.offsetLeft + 16
|
||||
this.positionY = container.offsetTop + 30
|
||||
this.positionX = container.offsetLeft
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user