Bug 30708: Prevent dropdown list to be hidden behind the modal
Sponsored-by: BULAC - http://www.bulac.fr/ Signed-off-by: BULAC - http://www.bulac.fr/ Signed-off-by: Heather Hernandez <heather_hernandez@nps.gov> Signed-off-by: Laurence Rault <laurence.rault@biblibre.com> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
ff9c9aaa26
commit
637ac75f95
1 changed files with 1 additions and 0 deletions
|
@ -545,6 +545,7 @@ export default {
|
|||
.modal {
|
||||
position: fixed;
|
||||
z-index: 9998;
|
||||
overflow-y: inherit !important;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 35%;
|
||||
|
|
Loading…
Reference in a new issue