mirror of https://gitlab.com/bashrc2/epicyon
Handle div overflows
parent
a1a4e02428
commit
479c941d61
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue