Yuki Takei 2 лет назад
Родитель
Сommit
5c9f5f3eb9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apps/app/src/components/Layout/SearchResultLayout.module.scss

+ 1 - 1
apps/app/src/components/Layout/SearchResultLayout.module.scss

@@ -14,7 +14,7 @@
   .search-result-list {
     .search-result-list-scroll {
       // subtract the height of (SearchControl component + other factors)
-      height: calc(100vh - 110px));
+      height: calc(100vh - 110px);
       overflow-y: scroll;
 
       @include bs.media-breakpoint-down(sm) {