Skip to content

Commit

Permalink
fix: code clean
Browse files Browse the repository at this point in the history
  • Loading branch information
turban committed Feb 7, 2020
1 parent cf6089a commit 15f0882
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/controls/Controls.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,4 @@
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
border-radius: 5px;
max-height: calc(100% - 126px);
overflow-y: auto;
}
1 change: 1 addition & 0 deletions src/controls/Fullscreen.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { FullscreenControl } from 'mapbox-gl'

// Extended to include map name and legend in fullscreen for dashboard maps
class Fullscreen extends FullscreenControl {
constructor(options) {
super(options)
Expand Down

0 comments on commit 15f0882

Please sign in to comment.