fix: hide scroll bar in unified search when not needed

Signed-off-by: Hamza <hamzamahjoubi221@gmail.com>
This commit is contained in:
Hamza 2026-06-30 17:04:53 +02:00 committed by backportbot[bot]
parent 5368f4ae98
commit e4ababe05c

View file

@ -941,7 +941,7 @@ export default defineComponent({
}
&__results {
overflow: hidden scroll;
overflow: hidden auto;
// Adjust padding to match container but keep the scrollbar on the very end
padding-inline: 0 12px;
padding-block: 0 12px;