Move info container to make it more obvious its floating

This commit is contained in:
Kalekki 2022-11-21 14:26:23 +02:00
parent 2dedda5d29
commit 5685aadcbb

View file

@ -37,6 +37,8 @@ body{
#infoContainer {
position: absolute;
top: 68px;
left: 68px;
width: 250px;
height: auto;
z-index: 999;