aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2024-03-11 16:26:41 -0700
committerChristopher Ng <chrng8@gmail.com>2024-03-12 12:10:55 -0700
commit26bbb8c0e4c2a0c9718368d2e316fbb9eadb52fc (patch)
tree4ee8b1ace5094b47e4a01d97da456e2b2b929f56 /apps
parentb800de2ebdac40f041cd78977fdce2a88460101f (diff)
downloadnextcloud-server-26bbb8c0e4c2a0c9718368d2e316fbb9eadb52fc.tar.gz
nextcloud-server-26bbb8c0e4c2a0c9718368d2e316fbb9eadb52fc.zip
fix(files): Right click menu scroll reset glitch
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/files/src/components/FilesListVirtual.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files/src/components/FilesListVirtual.vue b/apps/files/src/components/FilesListVirtual.vue
index b6a11391dc1..ffa17240fe0 100644
--- a/apps/files/src/components/FilesListVirtual.vue
+++ b/apps/files/src/components/FilesListVirtual.vue
@@ -326,7 +326,6 @@ export default defineComponent({
--clickable-area: 44px;
--icon-preview-size: 32px;
- position: relative;
overflow: auto;
height: 100%;
will-change: scroll-position;