mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-07-23 00:34:55 +00:00
Add z-index to anchors (fix #3746)
This commit is contained in:
@ -806,6 +806,7 @@ tr:target {
|
||||
border-radius: 50%;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.api-page h2[id]:before {
|
||||
|
Reference in New Issue
Block a user