Scrollable containers

This commit is contained in:
baku
2017-01-20 11:10:56 +01:00
parent fe41394da8
commit 569f31a424
2 changed files with 19 additions and 8 deletions
+5
View File
@@ -242,3 +242,8 @@ table.unstriped tbody tr {
padding-inline-start: 17px;
padding-inline-end: 7px;
}
.scrollable {
overflow: auto;
max-height: 480px;
}