Skip to content

Commit

Permalink
Merge pull request #4710 from nextcloud-libraries/fix/scrollbar_width…
Browse files Browse the repository at this point in the history
…_app_content_list

fix(NcAppContent): Set normal scrollbar width on resizeable NcAppContentList
  • Loading branch information
max-nextcloud committed Nov 1, 2023
2 parents 3133574 + 48b0c37 commit daaec86
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 @@ -388,6 +388,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 daaec86

Please sign in to comment.