Avoid an extra pixel outside the terminal
This commit is contained in:
parent
95c7a857b9
commit
a7c4bc573c
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue