Avoid an extra pixel outside the terminal

This commit is contained in:
Alessandro Pignotti 2024-10-05 19:30:49 +02:00
parent 95c7a857b9
commit a7c4bc573c

View file

@ -119,7 +119,7 @@
<Nav />
<div class="flex flex-row flex-grow">
<SideBar />
<div class="grow h-full m-1 scrollbar" id="console">
<div class="grow h-full p-1 scrollbar" id="console">
</div>
</div>
</main>