Skip to content

Commit

Permalink
fix(FilePicker): Ensure file list header is shown on top of scrolled …
Browse files Browse the repository at this point in the history
…content rows

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Sep 13, 2023
1 parent 6fd8751 commit 20fd0e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/components/FilePicker/FileList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ const fileContainer = ref<HTMLDivElement>()
}
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
Expand Down

0 comments on commit 20fd0e0

Please sign in to comment.