overflow-y scroll changed to overflow-y auto -> avoid unnecessary scrollbars

This commit is contained in:
Johann Hoffmann
2024-11-13 18:14:58 +01:00
parent 9042f9b83b
commit a682d6e5ae
3 changed files with 6 additions and 8 deletions
+2 -4
View File
@@ -18,7 +18,5 @@
}
.widgets-news .card-body{
/*max-height: calc(var(--news-widget-height)*var(--fhc-dg-row-height)); */
overflow:scroll;
}
overflow: hidden;
}