Gugustinette / nuxt-maplibre

A Nuxt module to use MapLibre
https://gugustinette.github.io/nuxt-maplibre/
Apache License 2.0
11 stars 1 forks source link

CSS button conflict #3

Open Adham2023 opened 3 days ago

Adham2023 commented 3 days ago

Why .maplibregl-ctrl-group button has button specific rules of css which causes problem with other UI frameworks?

Gugustinette commented 3 days ago

Hi, This is directly related to MapLibre or Vue MapLibre, but definitely not an issue with Nuxt Maplibre.

Also consider saying "Hi" when getting help from the community.

Adham2023 commented 1 day ago

Hi, Sorry, for that, but now, I am using Vue MapLibre itself, and it has no such problem, beacuse, I could alter main css file and use it in code, but when I use nuxt-maplibre module, I have no option to use my custom css instead of using module's main css. Then how to resolve this issue ?