Materialize swipe tabs not working in modal
问题 I am encountering a strange problem. I am using swipe on materialize tabs and when i make swipe without the modal it works fine but when i include them in the modal the swipe feature does not work anymore $(document).ready(function() { $('.modal').modal(); $('.tabs').tabs({ swipeable: true }); }) div.tabs-content.carousel.carousel-slider { height: 200px !important; } <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <link rel="stylesheet" href="https:/