Skip to content

Commit

Permalink
Remove scroll from search results
Browse files Browse the repository at this point in the history
  • Loading branch information
karimi committed Oct 30, 2023
1 parent d5819b5 commit e23b601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quasar_site/src/pages/SearchPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</router-link>
<q-item-label caption>{{ item.type.toUpperCase() }}</q-item-label>
<q-item-label caption>
<div v-html="item.summary" style="width: 100%; overflow: scroll;"></div>
<div v-html="item.summary" style="width: 100%;"></div>
</q-item-label>
</q-item-section>
</q-item>
Expand Down

0 comments on commit e23b601

Please sign in to comment.