I wants to show some data on a modal inside table. I'm using an "izimodal" and when table appends inside the modal, it cannot scroll and gets stuck on the position as it's fixed. I wants to enable scrolling on y axis. how can this issue be solved?
//Izimodal properties
$('#booking-modal').iziModal({
headerColor: '#00a657',
width: '60%',
overlayColor: 'rgba(0, 0, 0, 0.5)',
fullscreen: true,
transitionIn: 'fadeInDown',
transitionOut: 'fadeOutUp',
fullscreen: false,
openFullscreen: false
});