Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
leoncloud22 committed Apr 2, 2021
2 parents c999d81 + 117eb60 commit 505e924
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
font-size: 18px;
color: rgb(86, 86, 86);
cursor: pointer;
pointer-events:all;

-o-transition: background-color .2s ease-in;
-moz-transition: background-color .2s ease-in;
Expand Down Expand Up @@ -73,6 +74,11 @@
margin: 10px;
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
display: flex;
align-items: center;
justify-content: center;
width: 300px;
pointer-events:none;
}

.infowindow-content {
Expand Down Expand Up @@ -241,4 +247,9 @@ body {
.button {
background-color: red;
}
.overlay {
top: 100%;
-ms-transform: translate(-50%, -250%);
transform: translate(-50%, -250%);
}
}

0 comments on commit 505e924

Please sign in to comment.