Skip to content

Commit 702375f

Browse files
José Miguel López PérezJosé Miguel López Pérez
authored andcommitted
schedule horizontal scroll
1 parent 09e665c commit 702375f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

theme/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="{{ DEFAULT_LANG | default('es') }}" {% if not LANDING_MODE %} class="has-navbar-fixed-top" {% endif %}>
2+
<html lang="{{ DEFAULT_LANG | default('es') }}" {% if not LANDING_MODE %} style="overflow-x: auto;" class="has-navbar-fixed-top" {% endif %}>
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE-edge">

0 commit comments

Comments
 (0)