Skip to content

Commit 60f4e84

Browse files
Merge pull request #61679 from nextcloud/fix/hide-scroll-bar
fix: hide scroll bar in unified search when not needed
2 parents 5ae39da + f8058fd commit 60f4e84

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
@@ -941,7 +941,7 @@ export default defineComponent({
941941
}
942942
943943
&__results {
944-
overflow: hidden scroll;
944+
overflow: hidden auto;
945945
// Adjust padding to match container but keep the scrollbar on the very end
946946
padding-inline: 0 12px;
947947
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)