mirror of
https://github.com/alvierahman90/gronk.git
synced 2024-11-22 07:19:53 +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;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mjx-container {
|
||||||
|
overflow-x: scroll;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 60em) {
|
@media (max-width: 60em) {
|
||||||
/* CSS that should be displayed if width is equal to or less than 60em goes here */
|
/* CSS that should be displayed if width is equal to or less than 60em goes here */
|
||||||
#contentWrapper { flex-direction: column }
|
#contentWrapper { flex-direction: column }
|
||||||
|
Loading…
Reference in New Issue
Block a user