We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10bccfd commit 4ed1e84Copy full SHA for 4ed1e84
style/webact.css
@@ -216,7 +216,7 @@ p.table-header{
216
217
.collapsible-content {
218
max-height: 0px;
219
- overflow: hidden;
+ overflow-y: auto;
220
transition: max-height .25s ease-in-out;
221
}
222
@@ -235,6 +235,7 @@ p.table-header{
235
border-bottom-left-radius: 7px;
236
border-bottom-right-radius: 7px;
237
padding: 7px;
238
239
240
241
/* border-left: 3px solid rgb(151, 218, 52); */
0 commit comments