Noushad

Results 5 comments of Noushad

Awesome. Thanks for your time and effort into this detailed explanation. This was the solution that I used before: 😓 ```js const isPortrait = window.screen.orientation.type.includes('portrait') || window.innerHeight > window.innerWidth; const...

Defining portrait breakpoint as mentioned above is causing `areas` not to render unless I have to specify landscape as a breakpoint and render `areasLandscape` instead of `areas`. Even the code...

try setting width `100vh` to the slider container. Or wrap all the children elements or slider inside `div` component and set width to that `div` component

Setting the width on Y-Axis still doesn't solve the extra gap between the container boundaries of surface and the Y-Axis which is also the case for height, where there is...

@AkhileshNS : Any updates on this. I am also facing the same issue my config ```yaml deploy-staging: if: github.event_name == 'push' && github.ref == 'refs/heads/main' needs: build-and-test runs-on: ubuntu-latest steps:...