Skip to content

Commit a04e835

Browse files
authored
Merge pull request #43255 from nextcloud/backport/43254/backport/43090/stable28
2 parents 99a857b + 31bd094 commit a04e835

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apps/files/src/components/FileEntry/FileEntryActions.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ export default Vue.extend({
330330
<style lang="scss">
331331
// Allow right click to define the position of the menu
332332
// only if defined
333-
.app-content[style*="mouse-pos-x"] .v-popper__popper {
333+
.content[style*="mouse-pos-x"] .v-popper__popper {
334334
transform: translate3d(var(--mouse-pos-x), var(--mouse-pos-y), 0px) !important;
335335
336336
// If the menu is too close to the bottom, we move it up

dist/files-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)