Remove table-fixed on mobile as it messes up the layout of the DX Opportunities table

This commit is contained in:
Ian Renton
2026-05-22 22:08:23 +01:00
parent e69bb7a7ec
commit 526acf2cfd
10 changed files with 28 additions and 25 deletions

View File

@@ -94,9 +94,9 @@
<script>
let spotProvidersEnabledByDefault = {% raw json_encode(web_ui_options["spot-providers-enabled-by-default"]) %};
</script>
<script src="/js/common.js?v=1779397205"></script>
<script src="/js/spotsbandsandmap.js?v=1779397205"></script>
<script src="/js/map.js?v=1779397205"></script>
<script src="/js/common.js?v=1779484103"></script>
<script src="/js/spotsbandsandmap.js?v=1779484103"></script>
<script src="/js/map.js?v=1779484103"></script>
<script>$(document).ready(function() { $("#nav-link-map").addClass("active"); }); <!-- highlight active page in nav --></script>
{% end %}