1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Fix search box out of screen (#2650)

Programatically set search results max height
This commit is contained in:
Alexander Skvortsov
2021-03-07 16:31:23 -05:00
committed by GitHub
parent acd9fa8e3e
commit eec39ec426
2 changed files with 7 additions and 1 deletions

View File

@@ -15,7 +15,6 @@
}
}
.Search-results {
max-height: 70vh;
overflow: auto;
left: auto;
right: 0;