Skip to content

Commit

Permalink
Merge pull request #44179 from nextcloud/fix/right-click-styles-load
Browse files Browse the repository at this point in the history
fix: Ensure correct stacking context for right click menu
  • Loading branch information
Pytal authored Mar 15, 2024
2 parents c627fae + afb09f2 commit 0271444
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/files/src/views/FilesList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ export default defineComponent({
overflow: hidden;
flex-direction: column;
max-height: 100%;
position: relative;
position: relative !important;
}

$margin: 4px;
Expand Down
4 changes: 2 additions & 2 deletions dist/core-common.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core-common.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/files-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/files-main.js.map

Large diffs are not rendered by default.

0 comments on commit 0271444

Please sign in to comment.