iamdanfox / anno.js

Interactive step-by-step guides for web apps.
iamdanfox.github.io/anno.js/
MIT License
303 stars 56 forks source link

Unable to place border on .anno anno-arrow #65

Open PsychoIndigo opened 5 years ago

PsychoIndigo commented 5 years ago

I would like to place a border around the anno-inner div and around the anno-arrow so that it's one big anno guide border.

.anno .anno-arrow { position: absolute; border: 12px solid white; }

.anno.anno-target-center-left .anno-arrow, .anno.anno-target-left .anno-arrow { right: 100%; top: 15px; border-left: none; border-color: transparent white; }