Skip to content
Snippets Groups Projects
Commit 5f70c654 authored by Olivia206's avatar Olivia206
Browse files

fixed hidden class

parent b5464422
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ class BlockPartners {
this.partnersList = this.content.querySelectorAll('.organization');
this.classPartner = 'organization';
this.classHidden = 'not-active';
this.classHidden = 'hidden';
let map = L.map('map', {
scrollWheelZoom: false
......
......@@ -18,8 +18,6 @@
.map
height: 600px
z-index: 1
&.not-active
display: none
> .organization,
.leaflet-popup-tip-container
display: none
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment