mirror of https://gitlab.com/bashrc2/epicyon
Handle div overflows
parent
a1a4e02428
commit
479c941d61
|
@ -993,6 +993,10 @@ aside .toggle-inside li {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div {
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 400px) {
|
@media screen and (min-width: 400px) {
|
||||||
body, html {
|
body, html {
|
||||||
background-color: var(--main-bg-color);
|
background-color: var(--main-bg-color);
|
||||||
|
|
Loading…
Reference in New Issue