mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-19 22:04:56 -04:00
@@ -144,7 +144,7 @@ class EnhancedSelectInput extends Component {
|
||||
|
||||
const windowHeight = window.innerHeight;
|
||||
|
||||
if ((/^bottom/).test(data.placement)) {
|
||||
if ((/^botton/).test(data.placement)) {
|
||||
data.styles.maxHeight = windowHeight - bottom;
|
||||
} else {
|
||||
data.styles.maxHeight = top;
|
||||
|
||||
Reference in New Issue
Block a user