diff --git a/lib/components/FilePicker/FileList.vue b/lib/components/FilePicker/FileList.vue index 8ed50280..085cc1a2 100644 --- a/lib/components/FilePicker/FileList.vue +++ b/lib/components/FilePicker/FileList.vue @@ -236,6 +236,7 @@ const fileContainer = ref() } th { position: sticky; + z-index: 1; // show on top of scrolled content rows top: 0; background-color: var(--color-main-background); // ensure focus outline of buttons is visible