File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -296,8 +296,9 @@ a.clear-filter-tags {
296296 left : 0 ;
297297 bottom : 0 ;
298298 right : 0 ;
299- overflow-y : scroll ;
300299 background : $color-white ;
300+ display : flex ;
301+ flex-direction : column ;
301302 }
302303 .filters-title {
303304 background : $color-white ;
@@ -335,17 +336,15 @@ a.clear-filter-tags {
335336
336337 .filter-toolbar.show-filters ul .filter-list {
337338 display : flex ;
338- padding : 0 12px 65px 12px ;
339+ flex-grow : 1 ;
340+ overflow-y : auto ;
341+ padding : 0 12px 20px 12px ;
339342 }
340343 .filter-toolbar.show-filters .mobile-filter-buttons {
341344 display : flex ;
342345 box-sizing : border-box ;
343346 justify-content : space-evenly ;
344- position : fixed ;
345- bottom : 0 ;
346- left : 0 ;
347- right : 0 ;
348- width : 100% ;
347+ flex-shrink : 0 ;
349348 background : $color-white ;
350349 padding : 8px ;
351350 box-shadow : 0px -1px 4px 0px $color-mediumgrey ;
You can’t perform that action at this time.
0 commit comments