Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

cant select text in "print preview" mode #127

Open
milahu opened this issue Aug 21, 2022 · 1 comment
Open

cant select text in "print preview" mode #127

milahu opened this issue Aug 21, 2022 · 1 comment
Labels

Comments

@milahu
Copy link

milahu commented Aug 21, 2022

Describe the bug
selecting text in "print preview" mode does not work.
rightclick on text + "inspect" = these elements:

<div class="bindery-page bindery-left"></div>

<div class="bindery-page bindery-right"></div>

Expected behavior
allow selecting text in "print preview" mode

Quickfix
fixed by removing this CSS block

    .bindery-show-bleed .bindery-page:after {
      content: "";
      outline: 1px dotted rgba(0, 255, 255, 0.7);
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      z-index: 99;
    }
@evnbr
Copy link
Owner

evnbr commented Nov 5, 2022

Hm yes good call. That element should probably have a pointer-events: none;

@evnbr evnbr added the bug label Nov 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants