We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d223ca1 + 702375f commit 2bcf7a1Copy full SHA for 2bcf7a1
1 file changed
theme/templates/base.html
@@ -1,5 +1,5 @@
1
<!DOCTYPE html>
2
-<html lang="{{ DEFAULT_LANG | default('es') }}" {% if not LANDING_MODE %} class="has-navbar-fixed-top" {% endif %}>
+<html lang="{{ DEFAULT_LANG | default('es') }}" {% if not LANDING_MODE %} style="overflow-x: auto;" class="has-navbar-fixed-top" {% endif %}>
3
<head>
4
<meta charset="utf-8">
5
<meta http-equiv="X-UA-Compatible" content="IE-edge">
0 commit comments