Skip to content

Commit

Permalink
change paddings to detach scrollbar from content
Browse files Browse the repository at this point in the history
Signed-off-by: Vinzenz Rosenkranz <[email protected]>
  • Loading branch information
v1r0x committed Oct 19, 2023
1 parent 9044899 commit 3765665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/js/components/openaccess/SingleSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
</ul>
</nav>
</div>
<div class="col-4 h-100 overflow-hidden d-flex flex-column" v-if="state.selectedEntityType">
<div class="col-4 h-100 pe-0 overflow-hidden d-flex flex-column" v-if="state.selectedEntityType">
<h4>Filters</h4>
<div class="d-flex flex-column scroll-y-auto flex-grow-1">
<div class="d-flex flex-column pe-3 scroll-y-auto flex-grow-1">
<div v-for="attribute in state.filterableAttributes.attributes" :key="attribute.id" class="mb-3">
<h5>
{{ translateConcept(attribute.attribute.thesaurus_url) }}
Expand Down

0 comments on commit 3765665

Please sign in to comment.