fix: Ensure correct stacking context for right click menu

Signed-off-by: Christopher Ng <chrng8@gmail.com>
pull/44179/head
Christopher Ng 2 years ago
parent c627fae31d
commit 335cdf04a3
  1. 2
      apps/files/src/views/FilesList.vue

@ -628,7 +628,7 @@ export default defineComponent({
overflow: hidden;
flex-direction: column;
max-height: 100%;
position: relative;
position: relative !important;
}
$margin: 4px;

Loading…
Cancel
Save