Skip to content

Commit 180476d

Browse files
authored
Update src/templates/components/result.jinja
1 parent 3c803b5 commit 180476d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/components/result.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
</div>
9292
<div class="relative">
9393
<div class="w-full h-full rounded bg-gray-900 translate-y-1 translate-x-1 absolute inset-0"></div>
94-
<div class="directory-structure w-full p-4 bg-[#fff4da] border-[3px] border-gray-900 rounded font-mono text-sm resize-y focus:outline-none relative z-10 h-[215px] overflow-scroll" readonly>
94+
<div class="directory-structure w-full p-4 bg-[#fff4da] border-[3px] border-gray-900 rounded font-mono text-sm resize-y focus:outline-none relative z-10 h-[215px] overflow-auto" readonly>
9595
{% for line in tree.splitlines()%}
9696
<div name="tree-line" class="cursor-pointer hover:line-through hover:text-gray-500" onclick="toggleFile(this)">{{ line }}</div>
9797
{% endfor %}

0 commit comments

Comments
 (0)