have mathjax scroll on overflow

This commit is contained in:
Akbar Rahman 2021-12-23 21:57:34 +00:00
parent 98310897d4
commit f301e83163
Signed by: alvierahman90
GPG Key ID: 20609519444A1269

View File

@ -120,6 +120,10 @@ ul#articlelist li a:hover {
color: black;
}
mjx-container {
overflow-x: scroll;
}
@media (max-width: 60em) {
/* CSS that should be displayed if width is equal to or less than 60em goes here */
#contentWrapper { flex-direction: column }