Avoid an extra pixel outside the terminal
This commit is contained in:
parent
95c7a857b9
commit
a7c4bc573c
@ -119,7 +119,7 @@
|
|||||||
<Nav />
|
<Nav />
|
||||||
<div class="flex flex-row flex-grow">
|
<div class="flex flex-row flex-grow">
|
||||||
<SideBar />
|
<SideBar />
|
||||||
<div class="grow h-full m-1 scrollbar" id="console">
|
<div class="grow h-full p-1 scrollbar" id="console">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user