From 1fea68f5fb23e29c7f3a5ce0950aa50701a5886a Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 15 Jun 2023 08:50:58 +0200 Subject: [PATCH] wip #6035 @0.25 --- src/Links/AnchorLink.php | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.39.5