mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Added iOS overflow scrolling to MathJax integration
This commit is contained in:
parent
45208dea73
commit
33c183754c
File diff suppressed because one or more lines are too long
@ -36,7 +36,7 @@
|
||||
{% include "partials/fonts.html" %}
|
||||
{% endblock %}
|
||||
{% block styles %}
|
||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-6b630276ef.css">
|
||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-868145bb77.css">
|
||||
{% if config.extra.palette %}
|
||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-0352baa348.palette.css">
|
||||
{% endif %}
|
||||
|
@ -34,6 +34,7 @@
|
||||
margin: 0.75em 0;
|
||||
padding: 0.25em 0;
|
||||
overflow: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
// Stretch top-level containers
|
||||
|
Loading…
Reference in New Issue
Block a user