1
0
Fork 0
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:
Calixte Denizet 2023-09-27 14:21:11 +02:00
parent 3f7060e777
commit bdb8410ad4
2 changed files with 22 additions and 2 deletions

View file

@ -481,6 +481,10 @@
inset-block-end: 8px;
inset-inline-start: 8px;
&:disabled {
pointer-events: none;
}
&:dir(ltr) {
transform-origin: 0 100%;
}