mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-08-01 20:07:22 +02:00
Fix the menu dimensions when on of the item is too long (bug 2018134)
This commit is contained in:
parent
74ab1a98a6
commit
55448fd01c
@ -427,7 +427,8 @@
|
||||
}
|
||||
|
||||
> .popupMenu {
|
||||
width: auto;
|
||||
width: 100%;
|
||||
min-width: fit-content;
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user