]> _ Git - fluidbook_tools.git/commitdiff
wip #6035 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 15 Jun 2023 06:50:58 +0000 (08:50 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 15 Jun 2023 06:50:58 +0000 (08:50 +0200)
src/Links/AnchorLink.php

index 38ad54f9b0e15f7bdae0da92184a3946815f6b42..f1809681803aff8c3e8acc4239c852f0c3ab73c6 100644 (file)
@@ -7,6 +7,8 @@ use Cubist\Util\Text;
 class AnchorLink extends Link {
     protected $role = '';
 
+    public $defaultZIndex = 0;
+
     protected function _getHTMLContainer() {
         $this->to = self::normalizeAnchor($this->to);
         $this->compiler->addPageLabel($this->page, $this->to);