-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sequence diagram z-order #265
Comments
Yeah, we want the black horizontal lines to be drawn on top of the grey vertical lines |
where shoul i find the source of this in the repo |
The vertical lines are these divs |
Will my commit solve this |
|
z-index attribute of the grey lines fixed this issue.
why i was unable to create a pr for this |
@Chaitu-Tatipamula That looks great! I have no idea why you're not able to raise a PR - what happens when you try? |
@therealryan check pr #274 |
Cheers! I've left a comment on #274 - it looks like you left a change from the log-scrolling issue you worked on before. It probably doesn't belong in a PR for this issue. |
Take a squint at the sequence diagram in this flow detail page, in particular the horizontal message line from
QUEUE
toCORE
- it's rendered as passing under the vertical lines forSTORE
andDB
.It'd be better if the horizontal line were to be rendered on top.
The text was updated successfully, but these errors were encountered: