diff --git a/html/assets/css/base.css b/html/assets/css/base.css index 09a6fee..0b3712a 100644 --- a/html/assets/css/base.css +++ b/html/assets/css/base.css @@ -22,6 +22,10 @@ h1 { display: flex; flex-direction: column; } +#console { + overflow-y: scroll; + max-height: 300px; +} #note-render { display: inline-block; margin: 0 auto;