Skip to content

Commit 231f604

Browse files
author
Alexandre-io
committed
fix(css): missing introjsFloatingElement
1 parent 8872bda commit 231f604

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

dist/introduction.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/introduction.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,3 +325,11 @@ tr.introjs-showElement > th {
325325
text-align: center;
326326
background-color: #08c;
327327
}
328+
329+
.introjsFloatingElement {
330+
position: absolute;
331+
height: 0;
332+
width: 0;
333+
left: 50%;
334+
top: 50%;
335+
}

0 commit comments

Comments
 (0)