mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
[Editor] Disabled the alt-text button when the editor is being resized
This commit is contained in:
parent
3f7060e777
commit
bdb8410ad4
2 changed files with 22 additions and 2 deletions
|
@ -481,6 +481,10 @@
|
|||
inset-block-end: 8px;
|
||||
inset-inline-start: 8px;
|
||||
|
||||
&:disabled {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
&:dir(ltr) {
|
||||
transform-origin: 0 100%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue