We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d86cb7 + 8f8263b commit e90195fCopy full SHA for e90195f
css/kunai/site/article.css
@@ -12,6 +12,8 @@ div[itemtype="http://schema.org/Article"] {
12
13
position: relative;
14
15
+ outline: none;
16
+
17
> .row {
18
&:nth-child(2) {
19
order: -12;
js/kunai/ui/content.js
@@ -19,6 +19,9 @@ class Content {
// 横幅を超える画像を横スクロール可能にするためにスクロール用のdivで囲む
20
$('div[itemprop="articleBody"]').find('img').wrap('<div class="scrollable">')
21
22
+ // ページ推移後にキーボードで画面スクロールするためにフォーカスを当てる
23
+ $('main[role="main"] div[itemtype="http://schema.org/Article"]').trigger('focus')
24
25
this.setupTooltip()
26
}
27
0 commit comments