Modal bearing (scroll) does not work when dropdown is open

Asked

Viewed 136 times

0

Please see in jsfiddle: https://jsfiddle.net/znrktLej/11/

With dropdown menu open, modal scroll does not work, gets frozen.

What am I doing wrong ?

Follows code:

.modal-body {
    max-height: calc(110vh - 210px);
    overflow-y: auto;
}

Follow the image:

inserir a descrição da imagem aqui

Red line does not work while yellow line is open.

Browsers tested:

Does not work: Google Chorme and Opera.

Works: Firefox, Microsoft Edge, Internet Explorer

  • For me the scroll worked with the dropdown open, closed or selected normally @Matheusmiranda. I tested with Chorme and Firefox.

  • @Lucascosta, how strange because here does not work with Chorme. Now with Firefox fucniona.

  • Which version of Chrome?

  • @Lucascosta, Version 56.0.2924.87 (64-bit)

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.