Commit 5a7621d
committed
Fix CSS layout for mapping app
- Add box-sizing: border-box for consistent layout calculations
- Fix html/body to prevent unwanted scrollbars (overflow: hidden)
- Convert .container-map to absolute positioning for proper viewport filling
- Standardize navbar padding to 54px across mobile and desktop (was inconsistent 50px/54px)
- Add proper absolute positioning for geocoder search form overlay
- Implement responsive geocoder positioning (centered on mobile, left-aligned on tablet+)
- Adjust desktop layout to properly account for 250px sidebar
- Increase ui-autocomplete z-index to ensure dropdown appears above search form1 parent ad01983 commit 5a7621d
1 file changed
Lines changed: 51 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
3 | 22 | | |
4 | | - | |
| 23 | + | |
5 | 24 | | |
6 | 25 | | |
7 | 26 | | |
8 | 27 | | |
9 | | - | |
| 28 | + | |
| 29 | + | |
10 | 30 | | |
11 | 31 | | |
12 | 32 | | |
| |||
44 | 64 | | |
45 | 65 | | |
46 | 66 | | |
47 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
48 | 74 | | |
49 | 75 | | |
50 | 76 | | |
51 | | - | |
| 77 | + | |
52 | 78 | | |
53 | 79 | | |
54 | 80 | | |
| |||
57 | 83 | | |
58 | 84 | | |
59 | 85 | | |
60 | | - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
61 | 93 | | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
62 | 107 | | |
0 commit comments