Skip to content

Commit 4ed1e84

Browse files
committed
scroll for stat of day
1 parent 10bccfd commit 4ed1e84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

style/webact.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ p.table-header{
216216

217217
.collapsible-content {
218218
max-height: 0px;
219-
overflow: hidden;
219+
overflow-y: auto;
220220
transition: max-height .25s ease-in-out;
221221
}
222222

@@ -235,6 +235,7 @@ p.table-header{
235235
border-bottom-left-radius: 7px;
236236
border-bottom-right-radius: 7px;
237237
padding: 7px;
238+
overflow-y: auto;
238239

239240

240241
/* border-left: 3px solid rgb(151, 218, 52); */

0 commit comments

Comments
 (0)