Skip to content

Instantly share code, notes, and snippets.

View x0zh's full-sized avatar
🏃
Focusing

x0zh x0zh

🏃
Focusing
  • Shanghai, China
View GitHub Profile
@x0zh
x0zh / css 显示隐藏滚动条
Last active December 19, 2018 07:24
css 实现隐藏滚动条
```html
<!DOCTYPE html>
<html>
<head>
<title>CSS实现隐藏滚动条</title>
<meta charset="UTF-8">
<style type="text/css">
.wrap {
width: 500px;