mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-07-13 18:45:52 +02:00
Merge pull request #20694 from calixteman/bug2018134
Fix the menu dimensions when on of the item is too long (bug 2018134)
This commit is contained in:
commit
12ec25c9a7
@ -428,7 +428,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
> .popupMenu {
|
> .popupMenu {
|
||||||
width: auto;
|
width: 100%;
|
||||||
|
min-width: fit-content;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user