Skip to content

Commit 2bcf7a1

Browse files
authored
Merge pull request #213 from josemlp91/main
Scroll
2 parents d223ca1 + 702375f commit 2bcf7a1

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)