From 4c2e7ee5cbdea893588f085b96988e3f0d2b6edd Mon Sep 17 00:00:00 2001 From: Miodec Date: Tue, 18 Oct 2022 03:05:47 +0200 Subject: [PATCH] fixed placement of caps lock warning --- frontend/src/styles/test.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/src/styles/test.scss b/frontend/src/styles/test.scss index bfde9db7b..f40c28dfd 100644 --- a/frontend/src/styles/test.scss +++ b/frontend/src/styles/test.scss @@ -34,6 +34,10 @@ .pageTest { position: relative; + #typingTest { + position: relative; + } + .ssWatermark { font-size: 1.25rem; color: var(--sub-color); @@ -423,7 +427,7 @@ top: -2.5rem; &.focus { - top: 0rem; + // top: 0rem; } i {