diff --git a/src/styles/components/helptour.scss b/src/styles/components/helptour.scss index 9e4669eb..e32ade3d 100644 --- a/src/styles/components/helptour.scss +++ b/src/styles/components/helptour.scss @@ -34,6 +34,9 @@ $darken-tour-opacity: .4; .in { display: block; } + .slideInfo { + float: right; + } .popover { opacity: 0.95; } diff --git a/static/partials/helpoverlay.html b/static/partials/helpoverlay.html index 436ec2a7..59a42661 100644 --- a/static/partials/helpoverlay.html +++ b/static/partials/helpoverlay.html @@ -2,34 +2,124 @@