Show pool addresses in a scrollable div with href

This commit is contained in:
nymkappa
2022-02-11 19:10:29 +09:00
parent 9e64592aca
commit 763ea0ce6f
3 changed files with 26 additions and 5 deletions

View File

@@ -30,3 +30,12 @@
}
}
}
div.scrollable {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: auto;
max-height: 100px;
}