From: Vincent Vanwaelscappel Date: Thu, 15 Jun 2023 06:50:58 +0000 (+0200) Subject: wip #6035 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=1fea68f5fb23e29c7f3a5ce0950aa50701a5886a;p=fluidbook_tools.git wip #6035 @0.25 --- diff --git a/src/Links/AnchorLink.php b/src/Links/AnchorLink.php index 38ad54f..f180968 100644 --- a/src/Links/AnchorLink.php +++ b/src/Links/AnchorLink.php @@ -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);