*

piter

  • ****
  • 104 posts
System messages covered up by the chat bar
« on: June 23, 2019, 12:38:07 AM »
On mobile view (and on other small screens) the system messages are entirely or partially covered up by the blue 'Start Online Chat' bar.
Solution would be to change the CSS stack order (z-index) to display those messages over the top of other elements.
« Last Edit: June 23, 2019, 04:05:55 PM by piter »

*

piter

  • ****
  • 104 posts
Re: System messages covered up by the chat bar
« Reply #1 on: June 23, 2019, 04:09:07 PM »
....Same problem but with the user bar (on mobile screens, when browsing items).
User bar is almost completely covered up by the chat bar. It stays that when scrolling up/down.

*

MB Themes

Re: System messages covered up by the chat bar
« Reply #2 on: June 23, 2019, 09:49:32 PM »
@piter
Try to increase z-index for that block.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

piter

  • ****
  • 104 posts
Re: System messages covered up by the chat bar
« Reply #3 on: June 24, 2019, 12:34:57 AM »
Changing .flash-box z-index to 900 makes all messages pop-up over other elements.


But how about second problem where the chat bar display over the user bar on item page ??? It cant be done via z-index :-).

*

MB Themes

Re: System messages covered up by the chat bar
« Reply #4 on: June 24, 2019, 07:58:18 AM »
@piter
It can as well, just maybe on parent element of message block (when on same level).
Alternatively you can lower z-index for chat bar/box
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots