Skip to content

Commit

Permalink
fix AboutBox
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Ehrnsperger committed May 22, 2021
1 parent 52d653e commit b0459ff
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1339,3 +1339,11 @@ div.epg_content div.about_head div div {
border-top: 1px solid #C0C1DA;
border-bottom: 1px solid #C0C1DA;
}

#infowin-opened {
z-index: 100000;
position: fixed;
top: 100px;
left: 0px;
}

0 comments on commit b0459ff

Please sign in to comment.