Move info container to make it more obvious its floating
This commit is contained in:
parent
2dedda5d29
commit
5685aadcbb
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ body{
|
|||
|
||||
#infoContainer {
|
||||
position: absolute;
|
||||
top: 68px;
|
||||
left: 68px;
|
||||
width: 250px;
|
||||
height: auto;
|
||||
z-index: 999;
|
||||
|
|
Loading…
Reference in a new issue