Skip to content

Commit

Permalink
tweak slideout filter menu
Browse files Browse the repository at this point in the history
  • Loading branch information
protitude committed Jul 14, 2024
1 parent 83f406d commit aca743e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion components/04-templates/_oda_reports.scss
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
@media screen and (max-width: 920px){
.path-reports aside {
position: absolute;
margin-left: -100%;
margin-left: -50%;
transition: all 1s;
top: 0;
left: 0;
Expand All @@ -328,3 +328,8 @@
overflow-y: auto;
}
}
@media screen and (max-width: 720px){
.path-reports aside {
margin-left: -100%;
}
}

0 comments on commit aca743e

Please sign in to comment.