~~~ Please read before posting. ~~~

Important: We need your Club Number at a minimum, and as many details as possible.
For further info please read This page before posting.

Float message blocks mobile menu button even after close

  • overland
  • overland's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 2
  • Thanks: 2

Float message blocks mobile menu button even after close

6 years 8 months ago
#73001
When the floater message is closed, it does a nice animation where it scrolls down a bit and opacity goes to 0. However, the #message_box element is still on the page and blocks the menu button in the new mobile layout.

I believe that the element should be set to display: none; when dismissed. If the same visual effect is desired, something like
Code:
setTimeout(function() {$("#message_box").css("display","none");},600);
could be added at the end of the #close_message click() function.

I know I have seen other threads considering bigger overhauls to the floater for mobile. I think this change would help to the extent it remains as is. Thanks!
The topic has been locked.
  • SteveTheTechie
  • SteveTheTechie's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 11526
  • Thanks: 3050

Re: Float message blocks mobile menu button even after close

6 years 8 months ago
#73019
Let me chew on this a bit... I need to make sure I understand what you are talking about for the improvement.
The topic has been locked.
Moderators: BrianJane AtkinsonPamrhtaylor3marc33NotLiablejgavinLcala305peterb323
Time to create page: 0.300 seconds