mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-27 23:16:58 -04:00
@@ -104,7 +104,7 @@ class AutoSuggestInput 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