We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbfc01e commit 7497793Copy full SHA for 7497793
1 file changed
app/pages/search.vue
@@ -703,7 +703,7 @@ defineOgImageComponent('Default', {
703
</script>
704
705
<template>
706
- <main class="flex-1 overflow-x-hidden">
+ <main class="flex-1" :class="{ 'overflow-x-hidden': viewMode !== 'table' }">
707
<!-- Results area with container padding -->
708
<div class="container-sm py-6">
709
<section v-if="query" :aria-label="$t('search.results')">
0 commit comments