Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: Ensure correct stacking context for right click menu
Signed-off-by: Christopher Ng <[email protected]>
  • Loading branch information
Pytal committed Mar 14, 2024
commit 335cdf04a3e66d5e7bfb7383eeacec53384802c0
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