Skip to content

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

@pemadorj

Description

@pemadorj

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;
    }

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions