Handle div overflows

merge-requests/8/head
Bob Mottram 2020-10-26 23:02:21 +00:00
parent a1a4e02428
commit 479c941d61
1 changed files with 4 additions and 0 deletions

View File

@ -993,6 +993,10 @@ aside .toggle-inside li {
display: none;
}
div {
overflow: auto;
}
@media screen and (min-width: 400px) {
body, html {
background-color: var(--main-bg-color);