Skip to content

Commit 6839354

Browse files
committed
fix: Wrong offset of Kendo API contextual breadcrumbs
1 parent efb2e1a commit 6839354

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

_assets/css/api.scss

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ article.api-reference {
4747
left: 14%;
4848
right: 0;
4949
background-color: #fff;
50-
top: 100px;
50+
top: 45px;
5151
height: 47px;
5252
width: 100%;
5353
max-width: 100%;
@@ -147,6 +147,13 @@ article.api-reference {
147147
}
148148
}
149149

150+
151+
@media (min-width: 1240px) {
152+
.api-breadcrumbs-container {
153+
top: 60px;
154+
}
155+
}
156+
150157
@media (min-width: 768px) and (max-width: 992px) {
151158
.links-container {
152159
margin-left: 20%;

0 commit comments

Comments
 (0)