From 20fd0e0d2215dcba71647b6bb567438cc1408199 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Wed, 13 Sep 2023 22:57:09 +0200 Subject: [PATCH] fix(FilePicker): Ensure file list header is shown on top of scrolled content rows Signed-off-by: Ferdinand Thiessen --- lib/components/FilePicker/FileList.vue | 1 + 1 file changed, 1 insertion(+) 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