Skip to content

Commit

Permalink
Avoid shadow blur overflowing through the top of the article header b…
Browse files Browse the repository at this point in the history
…lock
  • Loading branch information
nmaggioni committed Jul 6, 2023
1 parent 7a8d5cb commit 33e9328
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _sass/_default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ strong {
.content-head {
background-color: $background;
box-shadow: 0px 7px 12px -7px #2a2a2a;
clip-path: inset(0px -50px -50px -50px); // Avoid shadow blur overflowing through the top of the block
z-index: 10;
padding-bottom: 10px;
margin-top: -30px;
Expand Down

0 comments on commit 33e9328

Please sign in to comment.