Client - add shadow on static map (when hover)

This commit is contained in:
Sam 2021-10-05 20:05:07 +02:00
parent 1f5620ca35
commit e9c06947c0
2 changed files with 3 additions and 1 deletions

View File

@ -60,8 +60,9 @@
&.display-hover { &.display-hover {
position: absolute; position: absolute;
margin-left: 20px; margin-left: 20px;
margin-top: 10px; margin-top: 3px;
width: 400px; width: 400px;
height: 225px;
z-index: 100; z-index: 100;
} }

View File

@ -255,6 +255,7 @@
.static-map { .static-map {
display: none; display: none;
box-shadow: 3px 3px 3px 1px lightgrey;
} }
} }