bookings backend mobile
-
I noticed that on mobile is not possible to do bookings
url /wp-admin/admin.php?page=seatreg-managementFor now I solved edited bootstrap.min.css adding display:none to modal-backdrop.show
.modal-backdrop.show{opacity:.5;z-index:980!important;display:none}
I tried operate on z-index of .modal-open .modal and .modal-backdrop.show which would be the best way and while in mobile simulation on desktop was working, it was not the same on mobile.
It’s a bit messy but for now it’s working.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘bookings backend mobile’ is closed to new replies.