safak / react-estate-ui

289 stars 932 forks source link

Google chrome it is showing the vertical scroll bar in md and sm screen #5

Open pemadorj opened 7 months ago

pemadorj commented 7 months ago

SinglePage.scss due to setting the .details { overflow-y: scroll; }

.features { overflow-y: scroll; } md-screen

I hide the overflow-y-scroll in md screen .details { overflow-y: scroll;

    @include md {
        overflow-y: hidden;
    }
}

.features { overflow-y: scroll;

    @include md {
        overflow-y: hidden;
    }

}

ReeturajKumar commented 6 months ago

remove the screen ratio and check it