placed carets inside the words wrapper to make them invisible outside the words area

This commit is contained in:
Miodec 2021-08-05 13:38:04 +01:00
parent 3df54b7481
commit d802d24bfb
2 changed files with 5 additions and 2 deletions

View file

@ -2447,6 +2447,9 @@ key {
#middle {
.pageTest {
#wordsWrapper {
position: relative;
}
#memoryTimer {
background: var(--main-color);
color: var(--bg-color);

View file

@ -1130,8 +1130,6 @@
</div>
<div id="memoryTimer">Time left to memorise all words: 0s</div>
<div id="testModesNotice"></div>
<div id="caret" class="default size15"></div>
<div id="paceCaret" class="default size15 hidden"></div>
<input id="wordsInput" class="" tabindex="0" autocomplete="off" />
<div id="timerNumber" class="timerMain">
<div>60</div>
@ -1147,6 +1145,8 @@
Click or press any key to focus
</div>
<div id="wordsWrapper">
<div id="paceCaret" class="default size15 hidden"></div>
<div id="caret" class="default size15"></div>
<div id="words" class="size15"></div>
</div>
<div class="keymap hidden">