Skip to content

Commit

Permalink
Merge pull request #997 from nextcloud-libraries/fix/checkbox-overlap…
Browse files Browse the repository at this point in the history
…ping

fix(FilePicker): Ensure file list header is shown on top of scrolled content rows
  • Loading branch information
susnux authored Sep 13, 2023
2 parents 6fd8751 + 20fd0e0 commit 5db64ae
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 5db64ae

Please sign in to comment.