A
A
Alexey Korolev2022-01-16 01:46:24
css
Alexey Korolev, 2022-01-16 01:46:24

Why does horizontal scroll appear after applying Animate.css in bootstrap?

After using the animate__fadeInLeft and animate__fadeInRight properties in the grid, a horizontal scroll appears. How to deal with it?

Part of the code

<section class="py-5 card animate__animated animate__fadeInDown wow">
        <div class="container">
        <div class="row g-5 service">

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
iBird Rose, 2022-01-16
@iiiBird

in principle, any thing that goes beyond the right border of the page will create this scroll.
rule according to the situation. if you can refuse animate__fadeInRight - refuse. you can also put overflow: hidden on the parent block

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question