Open MortenHofft opened 2 years ago
I don't understand what problem this is fixing.
Thanks for the explanation. This looks acceptable, but do you think it could be done better by hanging the drawer from the widget, not the header?
It isn't an option with the current version. I wouldn't prefer that option either I think.
If you would like me to look into that option could you then please leave an issue on https://github.com/gbif/hosted-portals/issues/new Detailing how would it behave visually/ui/ux-wise? I would need a bit of guidance I think. Thanks
You have a z-index of 50000 on your header The occurrence drawer has a default of z-index 1000 You can change that in the config by setting:
drawerZIndex: 50001
or whatever is above your header https://github.com/VtEcostudies/VAL_GBIF_Wordpress/blob/main/gbif_data_widget.js#L19