Okay
  Public Ticket #2970831
The filter in the mobile version opens under the map!
Closed

Comments

  •  2
    Egor started the conversation

    Hello!

    In the mobile version on the properties page, the filter opens under the map, it's not very beautiful, how to make it open above the map?

  •  241
    The replied

    Hi Egor,
    We are currently on the TET Holiday, so your reply will be delayed. I have attached a file, you can download it and overwrite it at the path

    souurce_code/platform/themes/resido/views/real-estate/includes/properties-list.blade.php

  •   Egor replied privately
  •  241
    The replied

    Hi Egor,

    You add custom css

    .sm-sidebar {
        z-index: 99;
    }
    
  •   Egor replied privately