Fix gmaps popup frame color

This commit is contained in:
Bartek Fabiszewski 2020-03-03 23:11:28 +01:00
parent 27d9e6a945
commit 7e5e5bd090

View File

@ -631,6 +631,11 @@ button > * {
visibility: hidden;
}
.gm-style .gm-style-iw-d::-webkit-scrollbar-track,
.gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
background: #666 !important;
}
#switcher {
position: absolute;
bottom: 12px;