File tree Expand file tree Collapse file tree 1 file changed +0
-35
lines changed
Expand file tree Collapse file tree 1 file changed +0
-35
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments