Skip to content

Commit

Permalink
Overide MapLibre CSS to avoid blury popup text
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed May 1, 2024
1 parent a8cd59b commit 7eb22ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web/src/pages/map/popup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,10 @@ export default Vue.extend({
</script>

<style>
.maplibregl-popup {
will-change: unset; /* Overide MapLibre CSS to avoid blury popup text */
}
.maplibregl-popup-content {
box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
border-radius: 12px;
Expand Down

0 comments on commit 7eb22ad

Please sign in to comment.