diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index c14411c..9ce95b1 100755 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -58,7 +58,7 @@ $this->registerJs(" $('.jcarousel').jcarousel({ vertical: true, - scroll: 2 + scroll: 1 }); ", View::POS_READY); diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 80f9fb7..23c102d 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -916,4 +916,7 @@ a.active{font-weight:bold;text-decoration: underline;} max-height: 38px; border: 0; vertical-align: middle; +} +.jcarousel-skin-tango .jcarousel-clip-vertical { + height: 175px; } \ No newline at end of file -- libgit2 0.21.4