From 7854cbdabde46ee02fe10d1f82d283397194fe05 Mon Sep 17 00:00:00 2001 From: Deon George Date: Tue, 3 Jun 2025 16:16:33 +1000 Subject: [PATCH] Cosmetic fixes for search results - fixing overflow affecting the input box --- public/css/fixes.css | 6 ++++++ .../architect/views/layouts/partials/topmenu.blade.php | 9 +-------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/public/css/fixes.css b/public/css/fixes.css index 08bf1518..6e9ba1e3 100644 --- a/public/css/fixes.css +++ b/public/css/fixes.css @@ -262,4 +262,10 @@ select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__ /* limit selection to inside the modal */ body.modal-open { user-select: none; +} + +/* Fix our search results, implementing a scroll bar */ +#search_results ul.typeahead.dropdown-menu { + overflow-y: scroll; + max-height: 300px; } \ No newline at end of file diff --git a/resources/themes/architect/views/layouts/partials/topmenu.blade.php b/resources/themes/architect/views/layouts/partials/topmenu.blade.php index b7499f06..f5048072 100644 --- a/resources/themes/architect/views/layouts/partials/topmenu.blade.php +++ b/resources/themes/architect/views/layouts/partials/topmenu.blade.php @@ -38,7 +38,7 @@
-
+
@@ -164,13 +164,6 @@ @section('page-scripts') - -