Skip to content

Commit

Permalink
Merge pull request #9450 from weseek/fix/157769-Wider-clipboard-area
Browse files Browse the repository at this point in the history
fix: Wider copy to clipboard area
  • Loading branch information
mergify[bot] authored Dec 18, 2024
2 parents b239b3d + a426019 commit 87c2f34
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

.grw-page-path-nav-layout :global {
.grw-page-path-nav-copydropdown {
display: none;
visibility: hidden;
@include bs.media-breakpoint-down(md) {
display: block;
}
Expand All @@ -15,7 +15,7 @@
&:global {
&:hover {
.grw-page-path-nav-copydropdown {
display: block;
visibility: visible;
}
}
}
Expand Down

0 comments on commit 87c2f34

Please sign in to comment.