mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 00:24:35 +00:00
overflow-y scroll changed to overflow-y auto -> avoid unnecessary scrollbars
This commit is contained in:
@@ -18,7 +18,5 @@
|
||||
}
|
||||
|
||||
.widgets-news .card-body{
|
||||
|
||||
/*max-height: calc(var(--news-widget-height)*var(--fhc-dg-row-height)); */
|
||||
overflow:scroll;
|
||||
}
|
||||
overflow: hidden;
|
||||
}
|
||||
Reference in New Issue
Block a user