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:
Jonathan Druart 2023-06-06 15:36:52 +02:00 committed by Tomas Cohen Arazi
parent ff9c9aaa26
commit 637ac75f95
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -545,6 +545,7 @@ export default {
.modal {
position: fixed;
z-index: 9998;
overflow-y: inherit !important;
top: 0;
left: 0;
width: 35%;