Skip to content

Commit

Permalink
Fix full display
Browse files Browse the repository at this point in the history
Hide `.full-view-section-content::after` in the full display.
Because we do not show the service index menu, this pseudo element
can subtly occlude elements in the full display page in some cases
(e.g. parts of the Rapido copyright checkbox as some viewport sizes).
  • Loading branch information
gpeterso committed May 23, 2024
1 parent 184e0d9 commit 134483e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/shared/components/search/full-view/full-view.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ prm-full-view {

.full-view-section-content {
padding-left: 0 !important;
&::after {
display: none;
}
}

// force ordering of services in the full-view menu
Expand Down

0 comments on commit 134483e

Please sign in to comment.