evolus / pencil

The Pencil Project's unique mission is to build a free and opensource tool for making diagrams and GUI prototyping that everyone can use.
http://pencil.evolus.vn
GNU General Public License v2.0
9.04k stars 717 forks source link

broken links in export "Clickable Prototype HTML Template" + fix #708

Open maximatt opened 2 years ago

maximatt commented 2 years ago

Hi to everyone...

I have a simple project thats define some behaviour as navigations between some pages at some levels - 6 on deep - But, when the project is exported as Clickable Prototype HTML Template. first links works ok but the others doesnt works (note that exporting as Default HTML template, everything works fine, but the presentation isnt "atractive")

For now, the workarround that I found, is to remove the following rule under Resources/style.css under the exported project:

.Page .ImageContainer > .Links > a {
    position: absolute;
    background-color: transparent;
    transition: background-color 0.2s ease;

So, I clone the project and made such change at style.css to test it... and seems to fix it, but I didnt promote a PR.

So, thats all

Regards maximatt