Utiliser le Tabs de Webflow en hover :


<script>
$('.tab-link').mouseenter(
function() {
$( this ).click();
}
);
</script>
Tab hover webflow custome code mouse

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.