mirror of
https://github.com/alvierahman90/gronk.git
synced 2024-11-21 23:09:52 +00:00
have mathjax scroll on overflow
This commit is contained in:
parent
98310897d4
commit
f301e83163
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user