Show pool addresses in a scrollable div with href
This commit is contained in:
@@ -30,3 +30,12 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
div.scrollable {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow: auto;
|
||||
max-height: 100px;
|
||||
}
|
||||
Reference in New Issue
Block a user