Commit 9f07ae72 by Alexander Zobnin

scrollbar: fix search scroller in mobile view

parent d6233714
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment