Fixed #base-mainheader Position - Better Battlelog Forums #1560

Sitemap
Topicstarter
hey,
i added some line of code to fix the position of the #base-mainheader

#####################

var mainheader = $("#base-mainheader-container");
var submainheader = $("#base-submainheader");
var content = $("#content");

if(mainheader.size()){
mainheader.css("position", "fixed");
}
if(submainheader.size()){
submainheader.css("top","36px");
}
if(content.size()){
content.css("top","36px");
}

####################################
Hi!

I show this feature some people and we came to the conclusion that its more annoying than it helps.
But thanks for the request.

Greetz