Saltwater USA
Posts: 0
Joined: Thu Oct 23, 2014 2:18 am

Header is not fixed!

Every time I touch the map, the header slightly moves up and down.

Here is my javascript to fill the screen with map.
Is this triggering such movements?

How should I fix this?

var viewport_height = $(window).height();
if (viewport_height 1) {
$('div[dsid="fullScreenGMaps"]').height(viewport_height-45);
}

Image Image

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Header is not fixed!

Hello!

Have you specified Position=fixed for header? And "Full Screen"? Please post screenshot of properties panel for header.

Saltwater USA
Posts: 0
Joined: Thu Oct 23, 2014 2:18 am

Header is not fixed!

Hello Maryna

Yes. The position property is set as fixed. I unchecked the full screen.

It does not move around when I set it to inline. But there is a very thin linear space.

Thanks!

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Header is not fixed!

HI Saltwater,

Yes it's correct behavior when the page has overflow content.

Only way to disable it - use "inline" for header component.

If you have some problem with "inline" please show us these problems.

Regards.

Return to “Issues”