diff: scroll diff on overflow
This commit is contained in:
parent
2f508f865f
commit
150d81df6c
|
@ -66,7 +66,6 @@
|
|||
{{ else }}
|
||||
<a href="/{{ $repo }}/blob/{{ $this }}/{{ .Name.New }}">{{ .Name.New }}</a>
|
||||
{{- end -}}
|
||||
</div>
|
||||
{{ if .IsBinary }}
|
||||
<p>Not showing binary file.</p>
|
||||
{{ else }}
|
||||
|
@ -88,6 +87,7 @@
|
|||
{{- end -}}
|
||||
</pre>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
</section>
|
||||
</main>
|
||||
|
|
Loading…
Reference in New Issue