app/components/lookbook/nav/component.html.erb in lookbook-1.0.4 vs app/components/lookbook/nav/component.html.erb in lookbook-1.0.5

- old
+ new

@@ -9,10 +9,10 @@ <div class="p-2 pb-0"> <%= filter %> </div> <% end %> - <div class="overflow-auto"> + <div class="overflow-auto h-full"> <% if items.any? %> <ul class="py-2" x-ref="items" x-show="!empty" x-cloak> <%= safe_join(items) %> </ul> <div class="p-4 text-center" x-show="empty" x-cloak> \ No newline at end of file