Skip to content

Commit

Permalink
feat(docsWeb): fix menu in mobile (scullyio#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeucano authored Sep 30, 2020
1 parent 69fd98f commit 64f418d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion apps/scully-docs/src/app/app.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,10 @@ input#mobile-toggle {
height: 0;
z-index: -9;
}

input#mobile-toggle ~ .page-content .nav-container.landing,
input#mobile-toggle:checked ~ .page-content .nav-container.landing {
display: none;
display: none !important;
}
@media screen and (max-width: 1000px) {
input#mobile-toggle:checked ~ .page-content .nav-container,
Expand Down
1 change: 0 additions & 1 deletion apps/scully-docs/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { NavListService } from './components/nav-list/nav-list.service';
<div class="page-content">
<section class="nav-container" [class.landing]="isLandingPage">
<div class="scullyio-lang-select"></div>
<!-- <ul class="scullyio-nav-list"></ul> -->
<nav>
<ul class="sideMenu" [navItem]="nl.docTree$ | async"></ul>
</nav>
Expand Down

0 comments on commit 64f418d

Please sign in to comment.