Skip to content

Commit

Permalink
feat: set header height
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas committed Jan 22, 2025
1 parent 5dc35d3 commit 5ff28b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/plugins/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export const Header = ({url = "/header/", page = "mapstore", height = 90, ignore
header.setAttribute("logo-url", logoUrl);
header.setAttribute("stylesheet", stylesheet);
header.setAttribute("config-file", configFile);
header.setAttribute("height", height);
headerScript.src = script;

if (container) {
Expand Down

0 comments on commit 5ff28b5

Please sign in to comment.