diff --git a/public/css/components/dashboard/news.css b/public/css/components/dashboard/news.css index 013401bc8..bb3bd0d62 100644 --- a/public/css/components/dashboard/news.css +++ b/public/css/components/dashboard/news.css @@ -18,7 +18,5 @@ } .widgets-news .card-body{ - - /*max-height: calc(var(--news-widget-height)*var(--fhc-dg-row-height)); */ - overflow:scroll; -} \ No newline at end of file + overflow: hidden; +} \ No newline at end of file diff --git a/public/js/components/DashboardWidget/News.js b/public/js/components/DashboardWidget/News.js index 1196a04b0..d0645c95a 100644 --- a/public/js/components/DashboardWidget/News.js +++ b/public/js/components/DashboardWidget/News.js @@ -61,7 +61,7 @@ export default { this.$refs.newsModal.show(); }, }, - template: /*html*/ `