• Priority: 0
  • Status: Closed
  • Theme: Venedor
  • Assigned To: No-one
  • Private: No
  • Open Date: 06.10.16, 23:26
  • Opened by: Alex
  • Closed by: Marek
  • Closed on: 05.08.17, 18:47
  • Reason: Closed
  • Comment: Glad to help!

Ticket #9949 - ven2.3 mobile flex vertical overflow

By default Vertical Flex in mobile is hidden on the right and should be seen only after click arrow button. But now it shows if we swipe right.

Bug
http://prntscr.com/cqpnw4

Temporary fix

Add to the CustomCSS

#page {overflow-x: hidden}

Always show Vertical Flex (without hide button)

@media (max-width: 767px) {
  #page #left_column {
      position: relative;
      right: 0;
      }
  #page .sidebar-toggle {display:none}
}

Comments

No comments yet