Jump to content

Bug when scrolling my shop on a mobile device


univers3

Recommended Posts

Hi,

I have just installed the new prestashop with the default theme.

 

After some days I have decided to try it on a mobile device but i encountered a problem:

when scrolling if the action start on a menu it will activate it and the scroll have no effect.

 

Please see the attached video to understand what i'm trying to say.

 

Someone had the same problem?

Or know a fix?

 

Thank you all.

 

Video of the Problem

Link to comment
Share on other sites

Hi,

I have just installed the new prestashop with the default theme.

 

After some days I have decided to try it on a mobile device but i encountered a problem:

when scrolling if the action start on a menu it will activate it and the scroll have no effect.

 

Please see the attached video to understand what i'm trying to say.

 

Someone had the same problem?

Or know a fix?

 

Thank you all.

 

Video of the Problem

 

Hello,

 

Adds style this class

.sf-menu {
position: absolute;
width: 96%;
z-index: 5;
}
Link to comment
Share on other sites

 

Hello,

 

Adds style this class

.sf-menu {
position: absolute;
width: 96%;
z-index: 5;
}

 

Hi,

Thank you very much for this fix.

I have tried to add this code in some css files but with no results.

Please, can I know the exact place to put this code?

 

Thank you very much.

Link to comment
Share on other sites

Hi,

Thank you very much for this fix.

I have tried to add this code in some css files but with no results.

Please, can I know the exact place to put this code?

 

Thank you very much.

 

Hello,

 

File -   themes\default-bootstrap\css\modules\blocktopmenu\css\superfish-modified.css

line 13 

.sf-menu {

and remove -  position: relative;

Edited by WebtetDev (see edit history)
Link to comment
Share on other sites

Hello,

 

File -   themes\default-bootstrap\css\modules\blocktopmenu\css\superfish-modified.css

line 13 

.sf-menu {

and remove -  position: relative;

 

Nothing,

The problem is still there.

 

Any other suggestion to fix this awful bug?

 

Thank you very much

Link to comment
Share on other sites

×
×
  • Create New...