mirror of
https://github.com/flarum/core.git
synced 2025-08-01 14:10:37 +02:00
Fix search box out of screen (#2650)
Programatically set search results max height
This commit is contained in:
committed by
GitHub
parent
4b0ad6972d
commit
3aa118ab94
@@ -15,7 +15,6 @@
|
||||
}
|
||||
}
|
||||
.Search-results {
|
||||
max-height: 70vh;
|
||||
overflow: auto;
|
||||
left: auto;
|
||||
right: 0;
|
||||
|
Reference in New Issue
Block a user