Need to add overflow CSS rule for availability rules in edit-product

Issue #648 resolved
Valentina R created an issue

This screenshot is from screen width 1000px and one cannot set the availability rules properly because it doesn’t scroll.

Add CSS rule to make it scrollable:

#appointments_availability .table_grid.availability_table_grid { overflow:auto; }

Comments (1)

  1. Log in to comment