From db48500cb2b408d135df9245cbccda52d18f5f13 Mon Sep 17 00:00:00 2001 From: Borys_Levytskyi Date: Sat, 23 Jan 2021 10:30:29 +0200 Subject: [PATCH] Improve layout --- src/index.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index cafe6e0..0334265 100644 --- a/src/index.css +++ b/src/index.css @@ -1,7 +1,16 @@ body { padding:0; margin:0; height: 100%; overflow: hidden; } html { height: 100% } -.app-root { font-family: Verdana; font-size: 0.8em; margin: 0; padding: 20px 100px 0 100px; height: 100%; overflow: auto; } +.app-root { + font-family: Verdana; + font-size: 0.8em; + margin: 0; + padding: 20px 100px 0 100px; + height: 100%; + overflow: auto; + position: relative; +} + code { font-size: 1.2em; font-weight: bold; } .header-cmd { color: #c5c5c5 }