Graphs cross now always top right hand corner, hides/shows right part on click, jump hides right part, goToNow shows right part

This commit is contained in:
l_samenv
2024-09-06 15:54:41 +02:00
parent 5cf19f99d0
commit 400899643b
5 changed files with 40 additions and 18 deletions

View File

@ -127,3 +127,15 @@ meta, body {
overflow: hidden;
border: solid 4px dimgray;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* CLOSE CROSS */
#close-cross{
z-index: 50;
top: 9px;
right: 12px;
position: fixed;
color: white;
cursor: pointer;
}