diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2024-02-01 10:35:04 +0100 |
---|---|---|
committer | julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | 2024-02-01 18:37:43 +0100 |
commit | 8b92cf8692e2dcb29288a044d4f08275591f42e5 (patch) | |
tree | fbd03c2d8ad11ecfcf35a4f4fab9e913e5af11b5 /apps/files | |
parent | 5620e057cf02105c061fa0811b4e60f794a6b406 (diff) | |
download | nextcloud-server-8b92cf8692e2dcb29288a044d4f08275591f42e5.tar.gz nextcloud-server-8b92cf8692e2dcb29288a044d4f08275591f42e5.zip |
fix(files): right lick actions menu
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/src/components/FileEntry/FileEntryActions.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/src/components/FileEntry/FileEntryActions.vue b/apps/files/src/components/FileEntry/FileEntryActions.vue index d9d8cefdbad..02b1d9e6183 100644 --- a/apps/files/src/components/FileEntry/FileEntryActions.vue +++ b/apps/files/src/components/FileEntry/FileEntryActions.vue @@ -346,7 +346,7 @@ export default Vue.extend({ <style lang="scss"> // Allow right click to define the position of the menu // only if defined -.app-content[style*="mouse-pos-x"] .v-popper__popper { +.content[style*="mouse-pos-x"] .v-popper__popper { transform: translate3d(var(--mouse-pos-x), var(--mouse-pos-y), 0px) !important; // If the menu is too close to the bottom, we move it up |