diff --git a/app/views/shop/products/_filters.html.haml b/app/views/shop/products/_filters.html.haml
index 3aca51e013..59bda1baf4 100644
--- a/app/views/shop/products/_filters.html.haml
+++ b/app/views/shop/products/_filters.html.haml
@@ -9,10 +9,11 @@
%span
+ {{ overFlowSelectors().length }} more
%i.ofn-i_052-point-down
- %div.f-dropdown#more-taxons
- %active-selector{ ng: { repeat: "selector in overFlowSelectors()", hide: "selector.fits" } }
- %render-svg{path: "{{selector.taxon.icon}}"}
- %span {{ selector.taxon.name }}
+ .f-dropdown.content#more-taxons
+ %ul
+ %active-selector{ ng: { repeat: "selector in overFlowSelectors()", hide: "selector.fits" } }
+ %render-svg{path: "{{selector.taxon.icon}}"}
+ %span {{ selector.taxon.name }}
/ TODO: Needs controller for Angular Bootstrap directive for dropdown:
/ {"ng-controller" => "DropdownCtrl"}