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:
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.
– BrTkCa
@Lucascosta, how strange because here does not work with Chorme. Now with Firefox fucniona.
– Matheus Miranda
Which version of Chrome?
– BrTkCa
@Lucascosta, Version 56.0.2924.87 (64-bit)
– Matheus Miranda