Fix blue highlight on post tap
This commit is contained in:
parent
217b389a7b
commit
9c424ee041
1 changed files with 1 additions and 0 deletions
|
@ -570,6 +570,7 @@ defineExpose({
|
|||
font-size: 1.05em;
|
||||
overflow: clip;
|
||||
contain: content;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
|
||||
// これらの指定はパフォーマンス向上には有効だが、ノートの高さは一定でないため、
|
||||
// 下の方までスクロールすると上のノートの高さがここで決め打ちされたものに変化し、表示しているノートの位置が変わってしまう
|
||||
|
|
Loading…
Reference in a new issue