We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad012ca commit 09fb3adCopy full SHA for 09fb3ad
doc/api_assets/style.css
@@ -122,6 +122,19 @@ a.type {
122
font-size: .9em;
123
}
124
125
+.skip-to-content {
126
+ position: fixed;
127
+ top: -300%;
128
+}
129
+.skip-to-content:focus {
130
+ display: block;
131
+ top: 0;
132
+ left: 0;
133
+ background-color: var(--green1);
134
+ padding: 1rem;
135
+ z-index: 999999;
136
137
+
138
#content {
139
position: relative;
140
doc/template.html
@@ -26,6 +26,7 @@
26
__JS_FLAVORED_DYNAMIC_CSS__
27
</head>
28
<body class="alt apidoc" id="api-section-__FILENAME__">
29
+ <a href="#apicontent" class="skip-to-content">Skip to content</a>
30
<div id="content" class="clearfix">
31
<div role="navigation" id="column2" class="interior">
32
<div id="intro" class="interior">
0 commit comments