这种滚动条应该怎么做啊好兄弟

img


这种滚动条怎么做!这种滚动条应该怎么做!这种滚动条应该怎么做!这种滚动条怎么做!

设置盒子overflow: auto


<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    <div class="box" style="width: 200px;height: 200px;overflow: auto;">
        <div style="background: aqua;height: 500px;">
            测试
        </div>
    </div>
</body>
</html>

怎么做是什么意思?我感觉侧边栏的滚动条就可以做成需要则显示,不超出无需滚动的时候隐藏就好了,至于样式可以选择和项目主体颜色保持一致就蛮好看的