How to remove separator line when using background left or right image #537
Answered
by
yhatt
SoumayaMauthoorMOJ
asked this question in
Q&A
|
When I use the The markdown is defined here on line 21 |
Answered by
yhatt
Sep 15, 2024
Replies: 2 comments 2 replies
|
I cannot see such a line. Where is the line are you mentioned? Attaching a screenshot may have a better chance that Marp community can resolve the issue. |
0 replies
|
Hi @yhatt apologies here is the screenshot: There is a blue line between the two sections The blue line disappears if I use |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Similar: https://stackoverflow.com/questions/51681584/issue-with-inset-box-shadow-and-transform-scale-on-chrome
box-shadowwith theinsetkeyword creates a filled area around the slide container. It seems to be leaking the color from the around if the scaling for the section element was specific scale.One idea to avoid leaks the color is to make the fill area a little thinner by using 4th parameter of
box-shadowproperty<spread-radius>.