We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02178ca commit b19edd8Copy full SHA for b19edd8
src/code/js/load.js
@@ -27,8 +27,8 @@ function endLoad(){
27
let inputs = document.getElementById('input-container').children;
28
let clock = document.getElementsByClassName('clock-element');
29
30
- clock[0].style.marginTop = (100 - (inputs.length * 18) - 3) + 'vh';
31
-
+ clock[0].style.position = 'fixed';
+ clock[0].style.bottom = '1vh';
32
console.log('end load');
33
34
}
0 commit comments