Skip to content

Commit 8272414

Browse files
Merge pull request #61911 from nextcloud/backport/61679/stable32
[stable32] fix: hide scroll bar in unified search when not needed
2 parents e092bde + 08133ba commit 8272414

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

core/src/components/UnifiedSearch/UnifiedSearchModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ export default defineComponent({
917917
}
918918
919919
&__results {
920-
overflow: hidden scroll;
920+
overflow: hidden auto;
921921
// Adjust padding to match container but keep the scrollbar on the very end
922922
padding-inline: 0 12px;
923923
padding-block: 0 12px;

dist/core-unified-search.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/core-unified-search.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)