Private
Public Access
1
0

Fixed google map overflow issue

This commit is contained in:
Sander Roosendaal
2017-02-06 17:38:13 +01:00
parent c6b5aedbc7
commit f9eae7f591
3 changed files with 19 additions and 34 deletions

View File

@@ -549,3 +549,8 @@ a.wh:visited {
a.wh:hover {
color: #e9e9e9;
}
.bk-canvas-map {
overflow: hidden;
}