Page 1 of 1

Header is not fixed!

Posted: Wed Nov 05, 2014 9:38 pm
by Saltwater USA

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


Header is not fixed!

Posted: Wed Nov 05, 2014 10:00 pm
by Maryna Brodina

Hello!

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


Header is not fixed!

Posted: Wed Nov 05, 2014 10:17 pm
by Saltwater USA

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!


Header is not fixed!

Posted: Thu Nov 06, 2014 3:46 am
by Yurii Orishchuk

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.