Add overflow-x-auto to .paige-content

master
Will Faught 2 years ago
parent 77523ffc0c
commit 70ae47118c

@ -11,5 +11,5 @@
{{ $content := cond ($fullpages | not) ($page.Content | replaceRE `(<h[1-6] id="([^"]+)".+)(</h[1-6]+>)` (printf `${1}<a aria-label="%v" class="paige-header-link" href="#${2}">#</a>${3}` (i18n "paige_aria_section_link")) | safeHTML) $page.Content }}
{{ with $content }}
<section class="mw-100 paige-content">{{ . }}</section>
<section class="mw-100 overflow-x-auto paige-content">{{ . }}</section>
{{ end }}

Loading…
Cancel
Save