Skip to content

Commit

Permalink
fix(map-export-ui): fix map export title in full screen mode
Browse files Browse the repository at this point in the history
export map title gets shift up by full screen mode code. Modify theme.js to use more specific tag filter

closes #9581
  • Loading branch information
Jack authored and Jack committed May 7, 2015
1 parent ee93641 commit ec0a3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/RAMP/Modules/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ define(["dojo/_base/lang"],
megaMenuDiv = $("#wb-sm"),
navigation = $("#wb-bar"),

header = $("header"),
header = $("body>header"),

transitionDuration = 0.5,

Expand Down

0 comments on commit ec0a3e2

Please sign in to comment.