Skip to content

Commit

Permalink
Merge pull request #998 from nextcloud-libraries/backport/20fd0e0d221…
Browse files Browse the repository at this point in the history
…5dcba71647b6bb567438cc1408199

[stable4] fix(FilePicker): Ensure file list header is shown on top of scrolled content rows
  • Loading branch information
susnux committed Sep 13, 2023
2 parents 26e89a0 + fee2539 commit afbedec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/components/FilePicker/FileList.vue
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 afbedec

Please sign in to comment.