File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/server/templates/components Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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 %}
You can’t perform that action at this time.
0 commit comments