From 3685bba1b9c204f771ce0c6707feaeef4941160c Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Mon, 26 Dec 2022 19:43:11 +0000 Subject: [PATCH] --- server/index.mts | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/server/index.mts b/server/index.mts index c60aa35..9dfc6de 100644 --- a/server/index.mts +++ b/server/index.mts @@ -467,9 +467,23 @@ await commander.program background-color: var(--color--cyan--900); color: var(--color--cyan--50); } + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; `)}" > - $${body} +
+ $${body} +
`;