From 505ab758c47f5950b1d3115bc4440936dc064595 Mon Sep 17 00:00:00 2001 From: krippix Date: Sat, 17 Jun 2023 20:32:06 +0200 Subject: [PATCH] added debug page --- html/assets/css/base.css | 4 ++++ 1 file changed, 4 insertions(+) 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;