テーブル内のモーダルにデータを表示したい。私は「izimodal」を使用していますが、テーブルがモーダル内に追加されると、スクロールできず、固定されている位置に固執します。y 軸のスクロールを有効にしたい。この問題はどのように解決できますか?
//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
});