Skip to content

[html] 第699天 如何隐藏元素的滚动条? #3687

Open
@haizhilin2013

Description

@haizhilin2013
Collaborator

第699天 如何隐藏元素的滚动条?

3+1官网

我也要出题

Activity

xsSeek

xsSeek commented on Mar 15, 2021

@xsSeek

::-webkit-scroll-bar {
display:none;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @haizhilin2013@xsSeek

        Issue actions

          [html] 第699天 如何隐藏元素的滚动条? · Issue #3687 · haizlin/fe-interview