Browse Source

fix: Ensure correct stacking context for right click menu

Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng 3 months ago
parent
commit
04bb2561f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/files/src/views/FilesList.vue

+ 1 - 1
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;