Skip to content

Commit

Permalink
Merge pull request #218 from mermaid-js/fix/diagram-overflow
Browse files Browse the repository at this point in the history
Renames CSS class from 'container' to 'z-container' to avoid css over…
  • Loading branch information
MrCoder authored Nov 18, 2024
2 parents 93430e2 + 8edfd1f commit 977cd26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DiagramFrame/SeqDiagram/SeqDiagram.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
-->
<div
:style="{ paddingLeft: `${frameBorderLeft}px` }"
class="relative container"
class="relative z-container"
>
<template v-if="mode === RenderMode.Dynamic">
<life-line-layer
Expand Down

0 comments on commit 977cd26

Please sign in to comment.