Skip to content

Commit b093208

Browse files
author
Niutoseq
committed
fixing position of the hamburger and overlaying breadcrumbs
1 parent 8ea70cb commit b093208

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

docs/_static/css/general.css

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/_static/css/main.css

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/_static/scss/general.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ section {
163163
z-index: 100;
164164

165165
@media (max-width: $breakpoint-mobile) {
166-
top: 98px;
166+
top: 102px;
167167
}
168168
}
169169
}
@@ -763,6 +763,10 @@ code.docutils.literal.notranslate {
763763

764764
@media (max-width: $breakpoint-mobile) {
765765
margin: 0 20px 0 65px;
766+
width: 100%;
767+
max-width: calc(100% - 90px);
768+
overflow: scroll;
769+
white-space: nowrap;
766770
}
767771
}
768772

0 commit comments

Comments
 (0)