sandanat / vue-pdf-app

VUEjs v2 PDF viewer based on Mozilla's PDFJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Page size select's icon is hoverable but not clickable

kingyue737 opened this issue · comments

Please provide a working example with a bug (git repo, codesandbox, source code at least, etc).
It takes a lot of time to set up environment to confirm an issue.
So I will resolve issues faster.

Configuration:

  • Web browser and it`s version: chrome
  • Operating system and it`s version:
  • vue-pdf-app version: 2.1.0

Steps to reproduce the problem:

see official demo

What is the expected behavior?

Once the icon is clicked, the select should be expanded

What went wrong?

When the icon is hovered, the cursor doesn't become pointer. Nothing happened if the icon is clicked.

Attachments (screenshots, links, etc)

image

workaround: apply pointer-events: none; to this icon

Closing as this repo not maintained any more