Skip to content

Commit

Permalink
Merge pull request #4747 from nextcloud-libraries/backport/4710/stable7
Browse files Browse the repository at this point in the history
[stable7] fix(NcAppContent): Set normal scrollbar width on resizeable NcAppContentList
  • Loading branch information
mejo- committed Nov 2, 2023
2 parents 544f41b + 6d88d70 commit 1c2f926
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/NcAppContent/NcAppContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,8 @@ export default {
:deep(.splitpanes.default-theme) {
.app-content-list {
max-width: none;
/* Thin scrollbar is hard to catch on resizable columns */
scrollbar-width: auto;
}
.splitpanes__pane {
Expand Down

0 comments on commit 1c2f926

Please sign in to comment.