Add Scrollbar styling

This commit is contained in:
Stamm
2020-03-12 11:45:54 +01:00
parent 5ff7d42355
commit 4de6315dda
6 changed files with 68 additions and 35 deletions

View File

@ -77,6 +77,11 @@
.content {
margin: 0 2rem;
}
.scroll-test {
height: 100px;
overflow-y: scroll;
}
</style>
</head>
@ -260,7 +265,13 @@
</tr>
</table>
</div>
<div class="margin prev">
<div class="scroll-test">
<script>prip(2000)</script>
</div>
</div>
</div>
</body>
</html>
</html>