Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
side nav + mobile fix (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro100 authored Aug 23, 2024
1 parent bb26527 commit edbdd59
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion overrides/assets/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@
display: var(--md-footer-logo-dark-mode);
}

.md-header {
overflow-x: hidden ;
}

/* side nav that affects all pages */
.md-sidebar.md-sidebar--primary .md-sidebar__scrollwrap {
background-color: white;
box-shadow: none;
}

/* default theme overrides */
[data-md-color-scheme="gtfs"] {
/* Default colors */
Expand Down Expand Up @@ -295,7 +305,7 @@ table.example {
line-height: 1.5rem;
}

@media only screen and (max-width: 650px) {
@media only screen and (max-width: 600px) {

[data-md-component="announce"] {
z-index: 1;
Expand Down

0 comments on commit edbdd59

Please sign in to comment.