Skip to content

Commit 2e94f0a

Browse files
committed
Fix style
1 parent 48509f3 commit 2e94f0a

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

docs/css/custom.css

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -175,41 +175,6 @@
175175
display: none;
176176
}
177177

178-
/*******************************************************/
179-
/* Fix z-index. */
180-
header.md-header {
181-
z-index: 900 !important;
182-
}
183-
.md-sidebar {
184-
z-index: 1000 !important;
185-
}
186-
.md-overlay {
187-
z-index: 950 !important;
188-
}
189-
.md-search__overlay {
190-
z-index: 1100 !important;
191-
}
192-
.md-search__form {
193-
z-index: 1200 !important;
194-
}
195-
.md-search__output {
196-
z-index: 1100 !important;
197-
}
198-
199-
/*******************************************************/
200-
/* Fix spacing in navigation tab. */
201-
@media screen and (min-width: 76.25em) {
202-
.md-nav__item--nested > .md-nav__link {
203-
margin-bottom: .4rem;
204-
}
205-
.md-nav__list .md-nav__list .md-nav__list .md-nav__item:first-child > .md-nav__link {
206-
margin-top: 0;
207-
}
208-
.md-nav__list .md-nav__list .md-nav__list .md-nav__item:last-child > .md-nav__link {
209-
margin-bottom: 0;
210-
}
211-
}
212-
213178
/*******************************************************/
214179
/* Custom styles for syntax highlighting in signatures. */
215180

0 commit comments

Comments
 (0)