mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-04 00:44:41 +08:00
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:
@ -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])
|
||||
|
Reference in New Issue
Block a user