'aos web has white space at the right when on mobile phone mode

Does anyone know how to fix this issue when using AOS as animation in web?

web has some white space when on mobile mode

i have tried below code but nothing change and make the aos animation disabled. im using tailwind (flowbite) as css framework.

:root {
    overflow: hidden;
    height: 100%;
}

body {
    position: relative;
    overflow-y: scroll;
    height: 100%;
}


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source