From a00cbe916182d1e04661c750a1ce2e7ad27a68ae Mon Sep 17 00:00:00 2001 From: Tudor Date: Mon, 6 Jul 2026 13:23:29 +0100 Subject: [PATCH] fix(search): stop the mobile sort dropdown overflowing the viewport On a location search the results header shows the view toggle and the sort sizes to its widest option ("Highest Reading, Writing + & Maths %"), which overflows a phone viewport — beside the view toggle it + ran off the right edge. Let it flex into the remaining space and shrink; + the selected label truncates instead of pushing past the screen. */ + .sortSelect { + flex: 1; + min-width: 0; } .mapViewContainer {