Updated page pointer to use a fixed positioning system

Avoids interferance with elements that have their own overflow behaviour
such as table cells.
Related to #3774
This commit is contained in:
Dan Brown
2022-10-18 22:40:13 +01:00
parent ff3fb2ebb9
commit d084f225a0
3 changed files with 26 additions and 25 deletions

View File

@ -18,9 +18,9 @@
<main class="content-wrap card">
<div class="page-content clearfix" page-display="{{ $page->id }}">
@include('pages.parts.pointer', ['page' => $page])
@include('pages.parts.page-display')
</div>
@include('pages.parts.pointer', ['page' => $page])
</main>
@include('entities.sibling-navigation', ['next' => $next, 'previous' => $previous])