scrollbar: fix search scroller in mobile view

This commit is contained in:
Alexander Zobnin 2018-04-05 16:47:20 +03:00
parent d6233714d2
commit 9f07ae72ee

View File

@ -103,18 +103,20 @@
}
.search-results-scroller {
display: flex;
position: relative;
height: 100%;
}
.search-results-container {
height: 100%;
display: block;
padding: $spacer;
position: relative;
flex-grow: 10;
margin-bottom: 1rem;
// Fix for search scroller in mobile view
height: unset;
.label-tag {
margin-left: 6px;
font-size: 11px;