only show horizontal scroll for equations which are too long

This commit is contained in:
Akbar Rahman 2022-05-03 19:19:36 +01:00
parent 3368bdb999
commit adc2a36fc2
Signed by: alvierahman90
GPG Key ID: 20609519444A1269

View File

@ -98,7 +98,7 @@ ul#articlelist li a:hover {
} }
mjx-container { mjx-container {
overflow-x: scroll; overflow-x: auto;
} }
@media (max-width: 60em) { @media (max-width: 60em) {