Skip to content

Commit

Permalink
fix(directions): tab height if result details checked
Browse files Browse the repository at this point in the history
  • Loading branch information
azarz committed Dec 9, 2024
1 parent bc9dcb7 commit 976a644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/directions-results.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
display: flex;
}

#tabContainer:has(#directionsShowDetail:checked) {
#tabContainer #directionsResultsWindow:not(.d-none):has(#directionsShowDetail:checked) {
height: 100vh;
}

Expand Down

0 comments on commit 976a644

Please sign in to comment.