浏览代码

scrollbar: fix search scroller in mobile view

Alexander Zobnin 7 年之前
父节点
当前提交
9f07ae72ee
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      public/sass/components/_search.scss

+ 4 - 2
public/sass/components/_search.scss

@@ -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;