Skip to content

Commit 3a25fc2

Browse files
committed
cancel and apply buttons arent covered by the search bar
1 parent 9fdfb20 commit 3a25fc2

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

_sass/elements/_dropdown_filters.scss

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)