Skip to content

Commit b5fc5ef

Browse files
author
zhangyonghong
committed
del
1 parent 4eda814 commit b5fc5ef

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

css.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -217,11 +217,6 @@ input:-moz-placeholder {color: #369;}
217217
-webkit-tap-highlight-color:rgba(255,0,0,0.5);-webkit-tap-highlight-color:transparent; /* For some Androids */
218218
```
219219

220-
- [用户不能选择元素中的任何内容](http://www.qianduan.net/introduce-user-select/)
221-
```css
222-
user-select:none
223-
```
224-
225220
- IOS iframe 滚动 [滚动回弹特效](http://www.cnblogs.com/flash3d/archive/2013/09/28/3343877.html)
226221
```css
227222
-webkit-overflow-scrolling:touch;overflow-y:scroll;

0 commit comments

Comments
 (0)