Share receiver for URLs - save, tag and route elsewhere!

scroll fix when editing

Changed files
+8 -1
src
+8 -1
src/App.css
··· 47 47 overflow: hidden; 48 48 } 49 49 50 + /* Main content area - scrollable */ 51 + main.saved-view { 52 + flex: 1; 53 + overflow-y: auto; 54 + -webkit-overflow-scrolling: touch; 55 + } 56 + 50 57 header { 51 58 background: #ffffff; 52 59 padding: 0.75rem 1rem; ··· 54 61 position: sticky; 55 62 top: 0; 56 63 z-index: 100; 64 + flex-shrink: 0; 57 65 } 58 66 59 67 header h1 { ··· 266 274 flex-direction: column; 267 275 gap: 1rem; 268 276 width: 100%; 269 - overflow: hidden; 270 277 } 271 278 272 279 .saved-url-item {