Yuki Takei před 2 roky
rodič
revize
5c9f5f3eb9

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

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