Skip to content

Commit

Permalink
fix: Avoid invisible areas through keyboard navigation
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliusknorr authored and ShGKme committed Nov 17, 2023
1 parent 4fa2749 commit cd1a7f2
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions apps/files_sharing/src/views/SharingDetailsTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -961,6 +961,7 @@ export default {
}
&__wrapper {
position: relative;
overflow: scroll;
flex-shrink: 1;
padding: 4px;
Expand Down
3 changes: 0 additions & 3 deletions dist/486-486.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/486-486.js.map

This file was deleted.

3 changes: 3 additions & 0 deletions dist/7856-7856.js

Large diffs are not rendered by default.

File renamed without changes.
1 change: 1 addition & 0 deletions dist/7856-7856.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/files_sharing-files_sharing_tab.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/files_sharing-files_sharing_tab.js.map

Large diffs are not rendered by default.

0 comments on commit cd1a7f2

Please sign in to comment.