Make collection list scrollable

This commit is contained in:
Jason Zimdars
2025-08-31 15:22:10 -05:00
parent a9444caf1f
commit 48802ab6cd
@@ -13,9 +13,11 @@
<% end %>
<section class="settings">
<div class="settings__panel settings__panel--users panel shadow center flex flex-column gap-half">
<div class="settings__panel settings__panel--users panel shadow center">
<h2 class="txt-medium txt-uppercase divider">Collections</h2>
<%= render partial: "notifications/settings/collection", collection: @collections, locals: { user: Current.user } %>
<div class="settings__user-list flex flex-column gap-half">
<%= render partial: "notifications/settings/collection", collection: @collections, locals: { user: Current.user } %>
</div>
</div>
<div class="settings__panel panel shadow center">